The Following User Says Thank You to strange1712 For This Useful Post: | ||
![]() |
2010-09-29
, 13:32
|
|
Posts: 1,637 |
Thanked: 4,424 times |
Joined on Apr 2009
@ Germany
|
#12
|
Here too...
This is my result when trying to launch from terminal:
I coldn't find anything related to this issue since a couple days I tried to use this app...Code:~ $ run-standalone.sh /opt/tracker-cfg/tracker-cfg.py Traceback (most recent call last): File "/opt/tracker-cfg/tracker-cfg.py", line 6, in <module> prefs = trackercfgmain.TrackerPrefs() File "/home/user/MyDocs/.documents/src/tracker-preferences/tracker-cfg/trackercfgmain.py", line 44, in __init__ File "/home/user/MyDocs/.documents/src/tracker-preferences/tracker-cfg/trackercfgmain.py", line 75, in setup_view File "/home/user/MyDocs/.documents/src/tracker-preferences/tracker-cfg/trackercfgmain.py", line 228, in setup_pickerbutton File "/usr/lib/python2.5/ConfigParser.py", line 520, in get raise NoOptionError(option, section) ConfigParser.NoOptionError: No option 'Verbosity' in section: 'General' ~ $
I already tried reinstalling with aptitude, purge, with aptitude and apt, and the same with HAM, uninstalling and reinstalling and nothing changes this out. Its the same if I execute it with 'python' instead of run-standalone.sh.
The Following User Says Thank You to nicolai For This Useful Post: | ||
![]() |
2010-10-01
, 17:28
|
|
Posts: 185 |
Thanked: 111 times |
Joined on Jul 2010
@ Mexico DF, Mexico
|
#13
|
~ $ cat /home/user/.config/tracker/tracker.cfg [Performance] maxbucketcount = 65535 minbucketcount = 32768 maxtexttoindex = 1048576 maxwordstoindex = 10000 [Indexing] indexremovablemedia = true throttle = 0 minwordlength = 3 language = es enableindexing = true noindexfiletypes = dng enablethumbnails = true enablefilecontentindexing = true disabledmodules = enablestemmer = true indexmounteddirectories = true fastmerges = false batteryindexinitial = false lowdiskspacelimit = 1 maxwordlength = 30 batteryindex = false [Watches] crawldirectory = ; enablewatching = true watchdirectoryroots = $HOME/MyDocs/.videos/;$HOME/MyDocs/.images/;$HOME/MyDocs/.camera/;/home/user/MyDocs/DCIM/;/media/mmc1/DCIM; nowatchdirectory = $HOME/MyDocs/;$HOME/MyDocs/core-dumps/;$HOME/MyDocs/cities/;$HOME/MyDocs/.sounds/Ringtones/;$HOME/MyDocs/tmp/;/media/mmc1/; [General] nfslocking = false verbosity = 0 lowmemorymode = false initialsleep = 7 ~ $
The Following User Says Thank You to strange1712 For This Useful Post: | ||
![]() |
2010-10-19
, 18:24
|
Posts: 219 |
Thanked: 40 times |
Joined on Sep 2010
|
#15
|
The Following User Says Thank You to zerocool2k For This Useful Post: | ||
![]() |
Tags |
nokia n900, tracker-cfg |
Thread Tools | |
|
This is my result when trying to launch from terminal:
I already tried reinstalling with aptitude, purge, with aptitude and apt, and the same with HAM, uninstalling and reinstalling and nothing changes this out. Its the same if I execute it with 'python' instead of run-standalone.sh.
Last edited by strange1712; 2010-09-28 at 22:28. Reason: adding info