Comment 38 for bug 872219

Revision history for this message
madrang (madrang) wrote :

I finality fixed it. :-D

I tried to run "madrang@UberBox:~$ /usr/lib/unity-lens-applications/unity-applications-daemon"
But nothing showed up on the console. So i left it running, after a little while, it finally printed something:

"LibZeitgeist-CRITICAL **: Unable to connect to Zeitgeist daemon: Error calling StartServiceByName for org.gnome.zeitgeist.Engine: Timeout was reached

GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed"

After looking a little more i found that zeitgeist-daemon was not running. "zeitgeist-daemon --replace" was reporting something about being unable to access or create a database. I dont know why but somehow "/home/madrang/.local/share/zeitgeist" was now owned by "root"

"sudo chown -R madrang:madrang /home/madrang/.local/share/zeitgeist"
"zeitgeist-daemon --replace"

Then all started working again.