maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   Tracker cfg (https://talk.maemo.org/showthread.php?t=62295)

NightShift79 2010-09-14 22:02

Tracker cfg
 
Hi.

I started using this needy app to manage Trackers NoWatchDirectories.

But it doesn't work when I add another folder.
The problem is, after I added a Folder with in Tracker cfg it's missing an " / " at the end.

so the tracker still watches the folder.
to fix this, I manually need to edit /home/user/.config/tracker/tracker.cfg and add the missing " / " to the folder.

Hope the Developper fixes this.

jedi 2010-09-14 22:11

Re: Tracker cfg
 
Hi

You can give feedback direct - http://maemo.org/packages/view/tracker-cfg/

:)

NightShift79 2010-09-14 22:13

Re: Tracker cfg
 
just send en email to the dev.:)

leojab 2010-09-14 22:14

Re: Tracker cfg
 
I believe the "/" is not required.. just set it up and Save and rescan using the tracker cfg.

NightShift79 2010-09-14 22:15

Re: Tracker cfg
 
I tried that. also used the tracker hard-reset.
my bootvideos are still found under /home/user/MyDocs/.videos/Bootvideos

egoshin 2010-09-15 01:07

Re: Tracker cfg
 
No, the '/' sign is mandatory for N900 tracker.

zerocool2k 2010-09-16 12:29

Re: Tracker cfg
 
How do you even add any folder to a list (Watch or NoWatch)? Everytime I choose a folder (when it asks to "Select Directory"), it always goes inside the folder.

nicolai 2010-09-16 12:39

Re: Tracker cfg
 
On the top of the directory chooser dialog are two buttons.
One with an arrow to go one directory up. And another
button labeled with the current directory name.
Push this button to select this directory.

regards
nicolai

zerocool2k 2010-09-16 17:17

Re: Tracker cfg
 
Thanks. I didn't notice that :).

dynomot 2010-09-28 20:48

Re: Tracker cfg
 
I've just opened Tracker cfg and it crashed back to desktop before loading. It used to work OK and I sorted out my music and videos in media player with it.

Is there an answer to this problem and if not what do I need to type into x-term to get a log showing what went wrong ?

strange1712 2010-09-28 22:25

Re: Tracker cfg
 
Quote:

Originally Posted by dynomot (Post 828718)
I've just opened Tracker cfg and it crashed back to desktop before loading. It used to work OK and I sorted out my music and videos in media player with it.

Is there an answer to this problem and if not what do I need to type into x-term to get a log showing what went wrong ?

Here too...
This is my result when trying to launch from terminal:
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 coldn't find anything related to this issue since a couple days I tried to use this app...
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.

nicolai 2010-09-29 13:32

Re: Tracker cfg
 
Quote:

Originally Posted by strange1712 (Post 828777)
Here too...
This is my result when trying to launch from terminal:
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 coldn't find anything related to this issue since a couple days I tried to use this app...
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.

It seems your tracker.cfg file misses this option.
Can you past the content of your tracker.cfg file
(/home/user/.config/tracker/tracker.cfg)

Nicolai

strange1712 2010-10-01 17:28

Re: Tracker cfg
 
Here... it was edited by tracker cfg indeed, I just changed some directories AFTER this issue occured... But it didn't worked as I expected... anyway:
Code:

~ $ 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

~ $


fuyoh 2010-10-01 23:43

Re: Tracker cfg
 
i have the same problem too... tracker-cfg crashed back to desktop. :(

zerocool2k 2010-10-19 18:24

Re: Tracker cfg
 
Same problem here. Anyone has a fix yet?

EDIT: found solution here:
http://talk.maemo.org/showthread.php?t=62833


All times are GMT. The time now is 22:19.

vBulletin® Version 3.8.8