GNOME Bugzilla – Bug 426391
Tracker should use XDG directories, not ~/.Tracker
Last modified: 2009-10-13 17:33:16 UTC
Tracker is currently coded to use ~/.Tracker to store configuration files, indexes, and lock files. They should be placed in the correct XDG directories instead. Other information: Relevant glib functions are g_get_user_cache_dir (), g_get_user_data_dir (), and g_get_user_config_dir ()
I also proposed this, and developed a patch to implement it, back when the no. of affected users would have been much smaller. Sadly, no interest from the devs ...
I have implemented it but slightly different to your patch Its in my local code and not in svn yet. Please wait til its all in (I also need to still mod the tracker-preferences)
now in svn