1

I am using an ubuntu 12.04 LTS in an EeePc netbook. I've been using this for more or less 3 months now. I keep on receiving a software update and install it without re-starting my netbook after the installation. Then suddenly, starting two weeks ago, when I type an application in the dash home, it says, no result found. I tried every application that I remember I had installed and everything is gone, except for those applications that are locked in the launcher and only the files and folders remained. I also try to click the Ubuntu Software but it buffer..I am a newbie in this..please give me a detailed solution on how to fix this.

Mae
  • 51

1 Answers1

1

Try moving ~/.local/share/zeitgeist to ~/.local/share/zeitgeist.bak.

Open the terminal (Ctrl + Alt + T) and run the following command:

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

Then run:

kill -s TERM `pidof /usr/lib/unity-lens-applications/unity-applications-daemon`
green
  • 14,406