GNOME Bugzilla – Bug 454068
Tracker version 0.5.4 ignores his configuration file
Last modified: 2007-09-07 12:06:34 UTC
Please describe the problem: the settings in ~/.Tracker/tracker.cfg are not taken into account. my settings are (part of) WatchDirectoryRoots=/home/marc/MyStuff; NoWatchDirectory=/home/marc/bin;/home/marc/temp; Steps to reproduce: 1. write tracker.cfg as described above 2. start trackerd 3. Actual results: Tracker starts indexing the whole home directory instead of the specified WatchDirectoryRoots, and does not ignore the NoWatchDirectory Expected results: I'd expect that he indexes only WatchDirectoryRoots, and ignores NoWatchDirectory Does this happen every time? yes Other information:
Nice program guys, keep up the excellent work ;) THANK YOU !!!
Could you stop trackerd, delete .Tracker/databases ?, and restart it again.
I stopped trackerd, deleted .Tracker/databases, and started trackerd again. Same result. Four your info I include full text of tracker.cfg #WatchDirectoryRoots=/path/to/directory_1;/path/to/directory_2 WatchDirectoryRoots=/home/marc/MyStuff; #NoWatchDirectory=/home/marc/bin;/home/marc/books;/home/marc/Documents;/home/marc/downloads;/home/marc/LinuxDoc;/home/marc/mp3;/home/marc/PDF;/home/marc/scratch;/home/marc/temp; Cheers,
Pretty strange, but you may try out svn version if you want, and I wonder why you commented out NoWatchDirectory: * install subversion * svn co http://svn.gnome.org/svn/tracker/trunk tracker * cd tracker * ./autogen.sh * ...
cant replicate on 0.6.2 so closing if problem persists in latest version then pls reopen