0

Possible Duplicate:
Every other time I reboot, I loose my applications lens in Unity!

It was working about an hour ago, now it doesn't give any results (even for "firefox" for example). What's wrong ?

Quentin
  • 101
  • 1
  • 2

1 Answers1

0

I have the same problem. Selecting "Applications" just results in an empty box and no searches come up with any applications.

I finally found this solution: http://ubuntuforums.org/showthread.php?t=1853156

I ran the command that begins: "sudo apt-get install --reinstall..."

I got some errors that some packages did not exist, so I just removed them from the command line and tried the command again, until it worked.

"sudo lightdm restart" gave me an error...apparently root does not have permission to access a user's display manager? But no matter...the apt-get re-install did the trick and the next time I clicked on the dash home, the applications were all back.

  • Whilst this may theoretically answer the question, it would be preferable to include the essential parts of the answer here, and provide the link for reference. Imagine the linked site goes down for maintenance or forever - your answer would become worthless. – htorque Nov 01 '11 at 08:14
  • Also, the right command is sudo restart lightdm, or you can just log out and back in. – htorque Nov 01 '11 at 08:15