You are not logged in.

#1 2007-03-20 22:29:56

DarkJesus
Member
Registered: 2007-03-07
Posts: 45

Deskbar and tracker-svn

I have installed the deskbar applet using pacman (version 2.16.2-3) and tracker (tracker-svn and tracker-gnome-search-tool-svn). Deskbar works, tracker works, but they do not want to work together.

The output message when I run /opt/gnome/lib/deskbar-applet/deskbar-applet -w is:


(deskbar-applet:3285): Gtk-WARNING **: Locale not supported by C library.
    Using the fallback 'C' locale.
/opt/gnome/lib/python2.5/site-packages/deskbar/Utils.py:82: GtkWarning: Theme directory 48x48/status of theme Tango-custom has no size field

  pixbuf = ICON_THEME.load_icon(splitext(icon)[0], width, gtk.ICON_LOOKUP_USE_BUILTIN)

** (deskbar-applet:3285): WARNING **: Binding '<Alt>F3' failed!

/opt/gnome/lib/deskbar-applet/deskbar-applet:131: GtkWarning: locale not supported by C library
  gnome.init(deskbar.defs.PACKAGE, deskbar.defs.VERSION)
***
*** The file /opt/gnome/lib/deskbar-applet/handlers/google-live.py (GoogleLiveHandler) decided to not load itself: You need to install the SOAPpy python module.
***
***
*** The file /opt/gnome/lib/deskbar-applet/handlers/beagle-static.py (BeagleHandler) decided to not load itself: Beagle does not seem to be installed, skipping
***
***
*** The file /opt/gnome/lib/deskbar-applet/handlers/beagle-live.py (BeagleLiveHandler) decided to not load itself: Beagled could not be found in your $PATH. Unable to start the beagled daemon
***
***
*** The file /opt/gnome/lib/deskbar-applet/handlers/epiphany.py (EpiphanyBookmarksHandler) decided to not load itself: Epiphany is not your preferred browser, not using it.
***
Error loading the file: /opt/gnome/lib/deskbar-applet/handlers/tracker-handler.py.
Traceback (most recent call last):
  File "/opt/gnome/lib/python2.5/site-packages/deskbar/ModuleLoader.py", line 91, in import_module
    mod = pydoc.importfile (filename)
  File "/usr/lib/python2.5/pydoc.py", line 259, in importfile
    raise ErrorDuringImport(path, sys.exc_info())
ErrorDuringImport: problem in /opt/gnome/lib/deskbar-applet/handlers/tracker-handler.py - <type 'exceptions.IndentationError'>: unindent does not match any outer indentation level (tracker-handler.py, line 184)
***
*** The file /opt/gnome/lib/deskbar-applet/handlers/galago.py (GalagoHandler) decided to not load itself: Waiting for python bindings of galago. Should allow to send IM by typing name.
***
***
*** The file /opt/gnome/lib/deskbar-applet/handlers/galeon.py (GaleonBookmarksHandler) decided to not load itself: Galeon is not your preferred browser, not using it.
***
Running installed deskbar, using [/opt/gnome/lib/python2.5/site-packages/deskbar:$PYTHONPATH]
Data Dir: /opt/gnome/share/deskbar-applet
Handlers Dir: ['/home/shane-arch/.gnome2/deskbar-applet/handlers', '/opt/gnome/lib/deskbar-applet/handlers']
Binding Global shortcut <Alt>F3 to focus the deskbar
Using GTK exception handler
Running with options: {'popup_mode': False, 'cuemiac': False, 'do_trace': False, 'standalone': True}
Starting Deskbar instance: <gnome.applet.Applet object (PanelApplet) at 0x86e83c4> None
Set entry width: 20
Layout changed to 1
Set entry width: 20
Layout changed to 1
Changing UI to: Entriac
Loading module 'Mail (Address Book)' from file /opt/gnome/lib/deskbar-applet/handlers/evolution.py.
Loading module 'Files and Folders Search' from file /opt/gnome/lib/deskbar-applet/handlers/programs.py.
Loading module 'Dictionary' from file /opt/gnome/lib/deskbar-applet/handlers/programs.py.
Loading module 'Developer Documentation' from file /opt/gnome/lib/deskbar-applet/handlers/programs.py.
Error:load_icon:Icon Load Error:Icon 'devhelp' not present in theme (or Icon 'devhelp' not present in theme)
Loading module 'Programs' from file /opt/gnome/lib/deskbar-applet/handlers/programs.py.
Loading module 'Files, Folders and Places' from file /opt/gnome/lib/deskbar-applet/handlers/files.py.
Loading module 'History' from file /opt/gnome/lib/deskbar-applet/handlers/history.py.
Loading module 'Yahoo! Search' from file /opt/gnome/lib/deskbar-applet/handlers/yahoo.py.
Loading module 'Web Searches' from file /opt/gnome/lib/deskbar-applet/handlers/mozilla.py.
Loading module 'Web History' from file /opt/gnome/lib/deskbar-applet/handlers/mozilla.py.
Loading module 'Web Bookmarks' from file /opt/gnome/lib/deskbar-applet/handlers/mozilla.py.
Loading module 'Computer Actions' from file /opt/gnome/lib/deskbar-applet/handlers/gdmactions.py.
Loading module 'del.icio.us Bookmarks' from file /opt/gnome/lib/deskbar-applet/handlers/desklicious.py.
Loading module 'Web' from file /opt/gnome/lib/deskbar-applet/handlers/web_address.py.
Loading module 'Window Switcher' from file /opt/gnome/lib/deskbar-applet/handlers/iswitch-window.py.
Initializing History
Initializing Programs
Initializing Web
Initializing Files, Folders and Places
Initializing Web Bookmarks
Initializing Web Searches
Initializing Mail (Address Book)
Initializing Web History
Initializing Window Switcher
Initializing Dictionary
Initializing Developer Documentation

The important bit probably being:

Error loading the file: /opt/gnome/lib/deskbar-applet/handlers/tracker-handler.py.
Traceback (most recent call last):
  File "/opt/gnome/lib/python2.5/site-packages/deskbar/ModuleLoader.py", line 91, in import_module
    mod = pydoc.importfile (filename)
  File "/usr/lib/python2.5/pydoc.py", line 259, in importfile
    raise ErrorDuringImport(path, sys.exc_info())
ErrorDuringImport: problem in /opt/gnome/lib/deskbar-applet/handlers/tracker-handler.py - <type 'exceptions.IndentationError'>: unindent does not match any outer indentation level (tracker-handler.py, line 184)

Has anyone had this same problem and fixed it? I attempted to install deskbar-applet 2.18 from the PKGBUILD from abs, but it didn't want to load in the panel, but it ran using the -w flag. It gives the same tracker error.

EDIT: deskbar 2.18 now works in the panel. But that wasn't my problem neutral.

Another EDIT: Now it seems to be recognised. But it doesn't find results that gnome-search-tool does. Maybe that problem will fix itself too...

Error here:

Tracker query: zappa
*** Tracker dbus error: The name :1.103 was not provided by any .service files
*** Tracker dbus error: The name :1.103 was not provided by any .service files
Tracker query: Michael
*** Tracker dbus error: The name :1.103 was not provided by any .service files
*** Tracker dbus error: The name :1.103 was not provided by any .service files

Last edited by DarkJesus (2007-03-20 22:40:29)

Offline

Board footer

Powered by FluxBB