defaults (which can be changed in the preferences):
* disable monitoring (gamin uses kqueue(2) and will run out of fds very
fast on a default GNOME system so it will fall back to polling which is
very ressource intensive)
* stop indexing if available space is =< 5%
* set default indexing speed to 10 (i.e. medium value 0->20)
* don't index removable devices
I will revisit this later when/if tracker behaves nicer.
* lots (!) of bugfixes
Our default GStreamer package now comes with much more useful plugins
than it used to, so no need for pkg/MESSAGE anymore, output is already
chatty enough.
evince -> nautilus -> tracker -> deskbar-applet -> py-gnome-desktop -> evince
Prevent this by removing the build_depends on deskbar-applet since it is
actually not needed even to get tracker functionnality in deskbar-applet.
Tracker is a powerful desktop-neutral first class object database,
tag/metadata database, search tool and indexer.
Tracker is also extremely fast and super efficient with your systems
memory when compared with some other competing frameworks and is by far
the fastest and most memory efficient Nautilus search and Deskbar
backends currently availble.
It consists of a common object database that allows entities to have an
almost infinte number of properties, metadata (both embedded/harvested
as well as user definable), a comprehensive database of keywords/tags
and links to other entities.
NB: most patches have already been committed upstream by now.
based on initial work by bernd@
feedback and ok ajacoutot@