Package: libdeskbar-tracker
Version: 0.6.1-1
Severity: important
Tags: patch

deskbar crash after use tracker-search-tool program. Here is the traceback:

Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/deskbar/DeskbarApplet.py", line
145, in on_match_selected
    match.action(text)
  File "/usr/lib/deskbar-applet/handlers/tracker-handler.py", line 120, in
action
    gobject.spawn_async(["tracker-search-tool", self.name], flags=
gobject.SPAWN_SEARCH_PATH)
GError: Failed to execute child process "tracker-search-tool" (Arquivo ou
diretório não encontrado)

My suggestion, according with the patch, is move tracker-search-tool to a
dependecy of libdeskbar-tracker. I'm almost sure that is not the best
solution but its most simple ones.

Thanks,
Matheus Morais
--- debian/control	2007-09-11 14:45:20.000000000 -0300
+++ debian/control	2007-09-11 14:48:12.000000000 -0300
@@ -110,8 +110,7 @@
 Package: libdeskbar-tracker
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${misc:Depends}, ${python:Depends}, python-dbus (>= 0.41), python-gnome2, python-gobject | python-gtk2 (<< 2.10), deskbar-applet, tracker
-Recommends: tracker-search-tool
+Depends: ${misc:Depends}, ${python:Depends}, python-dbus (>= 0.41), python-gnome2, python-gobject | python-gtk2 (<< 2.10), deskbar-applet, tracker, tracker-search-tool
 Description: metadata database, indexer and search tool - deskbar-applet plugin
  This package provides a deskbar-applet plugin for Tracker.
  .

Reply via email to