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 478173 - GTK's Tracker search engine does not work anymore
GTK's Tracker search engine does not work anymore
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2007-09-18 20:41 UTC by Michael Kuhn
Modified: 2007-09-18 21:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20


Attachments
Check for libtrackerclient.so first (663 bytes, patch)
2007-09-18 20:41 UTC, Michael Kuhn
committed Details | Review

Description Michael Kuhn 2007-09-18 20:41:08 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.
Comment 1 Michael Kuhn 2007-09-18 20:41:39 UTC
Created attachment 95817 [details] [review]
Check for libtrackerclient.so first
Comment 2 Emmanuele Bassi (:ebassi) 2007-09-18 21:48:25 UTC
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)