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.
Asked
Active
Viewed 271 times
1 Answers
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,306
sudo apt-get install zeitgist
, and runps -e | grep unity-applications
and post the output. – green Sep 02 '12 at 14:17Reading state information... Done E: Unable to locate package zeitgist"...when i run the next command, nothing happens – Mae Sep 02 '12 at 14:28
zeitgeist
is already installed in Ubuntu. It seems that something messed up with it. Now try reinstalling unity-lens-applications :sudo apt-get install --reinstall unity-lens-application
, then reset unity -unity --reset
. You might want to move to chat. – green Sep 02 '12 at 15:42Reading state information... Done E: Unable to locate package unity-lens-application – Mae Sep 04 '12 at 01:08
compiz (core) - Warn: failed to receive ConfigureNotify event on 0x1a0044f
compiz (core) - Warn: failed to receive ConfigureNotify event on 0x3a0002e
– Mae Sep 04 '12 at 01:16(compiz:3047): GConf-CRITICAL **: gconf_client_add_dir: assertion `gconf_valid_key (dirname, NULL)' failed Initializing unityshell options...done compiz (core) - Warn: unhandled ConfigureNotify on 0xc000a0! compiz (core) - Warn: this should never happen. you should probably file a bug about this. compiz (core) - Warn: unhandled ConfigureNotify on 0xc000a3!
– Mae Sep 04 '12 at 01:17