GNOME Bugzilla – Bug 478173
GTK's Tracker search engine does not work anymore
Last modified: 2007-09-18 21:48:25 UTC
Tracker renamed its library to libtrackerclient.so and dropped the symlink to libtracker.so some time ago. GTK's Tracker search engine tries to load libtracker.so and therefore does not work anymore. I'm attaching a patch that should fix this while retaining backwards compatibility.
Created attachment 95817 [details] [review] Check for libtrackerclient.so first
thanks. fixed in SVN. 2007-09-18 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtksearchenginetracker.c: Search libtrackerclient.so.0 as libtracker changed the shared library name. (#478173, Michael Kuhn)