After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 428334 - deskbar applet handler receives programming error on login
deskbar applet handler receives programming error on login
Status: RESOLVED DUPLICATE of bug 403752
Product: tracker
Classification: Core
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Jamie McCracken
Jamie McCracken
Depends on:
Blocks:
 
 
Reported: 2007-04-10 18:48 UTC by Björn Martensen
Modified: 2007-04-11 18:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Björn Martensen 2007-04-10 18:48:51 UTC
when i log in to my desktop, the tracker deskbar handler receives a "programming error":

Traceback (most recent call last):
  • File "/opt/gnome/lib/python2.5/site-packages/deskbar/ModuleLoader.py", line 157 in load_all
    self.load (f)
  • File "/opt/gnome/lib/python2.5/site-packages/deskbar/ModuleLoader.py", line 139 in load
    mod_instance = getattr (mod, handler) ()
  • File "/opt/gnome/lib/deskbar-applet/handlers/tracker-handler.py", line 238 in __init__
    self.tracker = bus.get_object('org.freedesktop.Tracker','/org/freedesktop/tracker')
  • File "/usr/lib/python2.5/site-packages/dbus/_dbus.py", line 412 in get_object
    follow_name_owner_changes=follow_name_owner_changes)
  • File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 232 in __init__
    _dbus_bindings.UInt32(0))
  • File "/usr/lib/python2.5/site-packages/dbus/proxies.py", line 171 in __call__
    reply_message = self._connection.send_message_with_reply_and_block(message, timeout)
DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/bin/trackerd exited with status 0


i'm using latest stable deskbar applet and latest tracker from svn (rev 550). the deskbar applet is inactive after the error.
Comment 1 André Klapper 2007-04-11 18:44:47 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


*** This bug has been marked as a duplicate of 403752 ***