Is there a way to temporarily stop Zeitgeist / the Zeitgeist daemon?
I've tried killing the daemon but it just restarts. I've tried stopping it, but it still seems to add entries to the Activity Journal...
Is there a way to temporarily stop Zeitgeist / the Zeitgeist daemon?
I've tried killing the daemon but it just restarts. I've tried stopping it, but it still seems to add entries to the Activity Journal...
This can be done using the Zeitgeist Activity Log Manager :
Add the Zeitgeist PPA:
Install the latest version of Zeitgeist:
Restart
zeitgeist-daemon
:Install activity-log-manager
Open up Activity Log Manager and click the Logging active button in the bottom right corner of the window to disable logging:
Click it again to re-enable logging.
Remove the execute permissions of the zeitgeist* as follows. Just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command below.
After doing so, the processes do not restart.
I've only been using Ubuntu exclusively on a couple of computers since Precise came out. I tasted Mandrake v.9 many years back, but have been Windows virtually all of the time. I grew up in the days of DOS and was around when Windows 286 emerged. (I've been tainted, but am not afraid of the command line.)
I tried uninstalling zeitgeist, tried stopping the logging with the manager listed above, but it kept re-loading itself anyway. Nothing worked.
I got rid of it (effectively) by just killing all the zeitgeist* processes and gave myself ownership of the files:
Then I removed the Execute permission for each. I only had zeitgeist-daemon and zeitgeist-datahub.
A simple command such as
would probably have done it easier and quicker than the extra step of taking ownership, but I'm still working on my understanding of how 'Nix does its thing and wasn't sure if it could change itself if I wasn't the file's owner. Remember, I've been spooked by Windows.
So far... No harm, no foul.
I honestly forgot the correct way to do this, but try running
killall -9 zeitgeist-daemon
in a terminal or in your run dialog.Later to restart it, just run the daemon again. There is a correct way, and if I find it I'll post it.
If you try to use an application that uses Zeitgeist, it will start Zeitgeist on Startup in case it is not already running. Example: Nautilus Elementary, Docky, Synapse or Activity Journal.
is the only solution out there.
If it's just about nauty things you don't want to show in your log, then there's a blacklist function. See http://saravananthirumuruganathan.wordpress.com/2010/10/10/tutorial-on-gnome-activity-journal-zeitgeist-and-sezen/
Edit: Outdated. See activity-log-manager
I'm having the same problem and, although there isn't clear why it happens, a workaround is to clear the zeitgeist-fts logs.
You could do that in the Terminal (Ctrl+Alt+T):
After that zeitgeist will back to work with a low memory usage.