Hi all! I've written a small KDE integration application for tracker. It consists of a KIO slave and a kicker applet. Find the source and a few hints how to use it here:
http://demandiseineseite.gmxhome.de/find/ Also, I would like to make a feature request (kind of) to the maintainers of tracker: Could you change in tracker-client.h all occurrences of "DBusGAsyncData *data = user_data;" to "DBusGAsyncData *data = (DBusGAsyncData*)user_data;" and in tracker.h all occurrences of "class" to "classname"? Both issues cause errors with g++. Find the patches here: http://demandiseineseite.gmxhome.de/find/tracker.h.patch http://demandiseineseite.gmxhome.de/find/tracker-client.h.patch Thanks and keep up the good work! Andreas _______________________________________________ tracker-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/tracker-list
