When I attempt a search after hitting Super, the spinner spins, but no results come up once the spinning stops. I'm not sure what changed that caused this. I had a newer kernel installed, but I have since reverted back to the default kernel.

I also followed this guide: http://www.webupd8.org/2011/04/how-to-reset-unity-launcher-icons-or.html

  • Alt+F2 does not work.
  • The packages unity-place-applications and unity-place-files are installed.

But search still doesn't function correctly.

link|improve this question

73% accept rate
Is Alt+F2 working for you? – Mandy May 16 '11 at 7:06
Alt+f2 does not work. – greggory.hz May 16 '11 at 15:13
1  
Do you have unity-place-applications and unity-place-files installed? – Mandy May 16 '11 at 19:20
Yes, they are both installed – greggory.hz May 17 '11 at 19:24
1  
@greggory.hz you can delete it or let us close it. If you think the answer was in a fresh install, then I suggest you write your own answer stating that it seems to have been a localized issue and mark the question answered. Usually the solution for this is to reinstall the unity-*-place(s), or to restart Unity. – Roland Taylor Aug 20 '11 at 15:40
show 2 more comments
feedback

closed as too localized by Marco Ceppi Jan 20 at 18:51

This question is unlikely to ever help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. See the FAQ for guidance on how to improve it.

4 Answers

Try stopping and re-starting Zeitgeist daemon (background task).

open Terminal (search for 'term', in Dash)

(to halt)
zeitgeist-daemon --quit

(restart)
zeitgeist-daemon &

And, as suggested (by RobinJ), watch the activity.

If it is giving errors, and/or otherwise not working, you can clear all history:

(halt)
zeitgeist-daemon --quit

(check/remove files)
ls -l ~/.local/share/zeitgeist/

sudo rm ~/.local/share/zeitgeist/activity.sqlite.bck  (if present)
sudo rm ~/.local/share/zeitgeist/activity.sqlite-journal  (if present)
sudo rm ~/.local/share/zeitgeist/activity.sqlite

(re-start)
zeitgeist-daemon &

UPDATE:

Add these paths to excluded: (edit to match your setup)

/home/[user]/.thunderbird/#####.default/Cache
/home/[user]/.mozilla/firefox/#####.default/Cache
link|improve this answer
feedback

Try running sudo zeitgeist-daemon in a terminal window. While it's running, does the search function work?

link|improve this answer
feedback

Check to see if you have a filter activated, it has happened to me before.

link|improve this answer
feedback

If mainly the files&folders results are missing, you can try following, it helped me:

zeitgeist-daemon --quit
cd ~/.local/share/zeitgeist/
rm -rvf fts.index/
zeitgeist-daemon
link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.