4

This question may sound similar to the following for which solutions are documented:

How can I keep recent files from appearing in Unity?

But my problem is that the Dash (in 10.10) not only lists recently touched files but all files on my mounted partitions (= obviously they are getting indexed automatically).

Is there any way to make Zeitgeist (the responsible application I guesss) exclude certain files/directory hierachies? Or is there any way to disable this kind of indexing completely?

Thanks in advance!

  • How does the answer in this question not address your needs? – Marco Ceppi Oct 12 '11 at 22:40
  • This question (that I have also linked in my top post) deals with logging of recently used files. For this problem class the proposed solutions work. But I want to prevent certain directories from being indexed at all, they appear in the Dash as search results regardless of whether Zeitgeist has logged them as recently used or not. A rough workaround for this is to create ~/.local/share/zeitgeist/fts.index as an empty file (which is a directory usually). This disables indexing completely, but it would be better if there is a way to tell Zeitgeist to index just the "right things". – ThePainter Nov 03 '11 at 18:48
  • 2
    That blacklisting is blacklisting any furthur activity, but not previous ones. The results you are getting is from previous logged activities – Manish Sinha Feb 11 '12 at 15:38
  • It seems that my mistake was to completely delete the directory ~/.local/share/zeitgeist/ , I of course also deleted my blacklist this way! Now I tested to delete all files in the directory except the blacklist file, and it finally works the way I want. Thanks alot! – ThePainter Feb 12 '12 at 08:50
  • @ThePainter I am glad that you have finally found the solution that you most like. Please do post the comment as an answer so we can upvote you and close this question as answered. Thanks again! – jokerdino Feb 18 '12 at 09:35

1 Answers1

1

I think I finally found an appropriate solution: It seems that my mistake was to completely delete the directory ~/.local/share/zeitgeist/ , I of course also deleted my blacklist this way! Now I tested to delete all files in the directory except the blacklist file, and it finally works the way I want. Thanks alot!