Possible Duplicate:
My Dash does not show recent applications. What can I do to fix that?
I have tried the various suggested fixes, some of which did nothing, others seemed to fix the problem for a day or two but it soon returned.
Dash Home simply shows recent files and downloads no Apps at all.
Can anyone help please.
mv ~/.local/share/zeitgeist ~/.local/share/zeitgeist.bak which after a reload worked, but a couple of days later apps again disappeared. Also tried unity --reset but this ran for quite a time then hung my Laptop. Repeated mv ~/.local/share/zeitgeist ~/.local/share/zeitgeist.bak which after a reload worked, but again a couple of days later apps again disappeared. Dash just displayed Files and Downloads.
– John Wheatley Aug 23 '12 at 17:35/home/john/.local/share/zeitgeist' to
/home/john/.local/share/zeitgeist.bak/zeitgeist': Directory not empty john@john-Aspire-3610:~$ – John Wheatley Aug 23 '12 at 22:12permission denied
error you were receiving is because you need to preface the command with "sudo" - no quotes. Trysudo rm -rf ~/.local/share/zeitgeist
and then log out and back in to test it. – Insperatus Sep 01 '12 at 18:01