Bug#629427: Add support for tracker 0.10
Michael Biebl
biebl at debian.org
Mon Jun 6 16:54:01 UTC 2011
Package: gtk+2.0
Version: 2.24.4-3
Severity: normal
User: biebl at debian.org
Usertags: tracker-0.10
gtk2 uses libtracker-client to add search support for the file chooser
dialog. I uses dlopen for that:
$ grep tracker-client * -R
gtk/gtksearchenginetracker.c: if ((tracker = g_module_open
("libtracker-client-0.9.so.0", flags)) != NULL)
gtk/gtksearchenginetracker.c: else if ((tracker = g_module_open
("libtracker-client-0.8.so.0", flags)) != NULL)
gtk/gtksearchenginetracker.c: else if ((tracker = g_module_open
("libtracker-client-0.7.so.0", flags)) != NULL)
Tracker 0.10 should provide the same API as 0.9, so extending
gtksearchenginetracker.c should be simple.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.39-1-486
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
More information about the pkg-gnome-maintainers
mailing list