[Tracker] kio-find: a tracker KDE frontend



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



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]