5

Possible Duplicate:
Dash search gives no result

I have ubuntu box that has been upgraded to Ubuntu 12.04. After the upgrade one of the users cannot see applications in the dash:

screenshot

Typing a search query doesn't help: screenshot

This system was previously upgraded from 10.10 to 11.04 and from 11.04 to 11.10 but no problem happened those times. I can provide more information like logs, if someone tells me where I can get it.

2 Answers2

3

I had similar problem, moved zeitgeist directory to zeitgeist.bak and re-login:

mv ~/.local/share/zeitgeist  ~/.local/share/zeitgeist.bak 

The problem is that the zeitgeist directory has the wrong permissions. You can also select the folder in Nautilus, and select properties, and make the directory read/writeable for yourself. Then you don't need to log out and in again.

wk.
  • 600
0

Are the file/directory permissions ok, especially of the ~/.config folder? I've encountered issues myself when updating a ubuntu box and using same username as in the old system. After the update, all files and directories of my user folder had 1001 as owner and group.

tohuwawohu
  • 7,352
  • Permissions seem to be the same as the permissions of the other user's .config folder. I performed chown -R myuser:myuser on my home directory. But the problem is still present. Maybe restarting the session can help. Will try to do that. – Roman Prykhodchenko Apr 30 '12 at 13:08
  • No, it didn't. I have logged out and logged back in but I still cannot see applications. – Roman Prykhodchenko Apr 30 '12 at 13:13