Zeitgeist is a service which logs the user's activities and events (files opened, websites visited, conversations held with other people, etc.) and makes the relevant information available to other applications.
It serves as a comprehensive activity log and also makes it possible to determine relationships between items based on usage patterns.
If the above description taken from the Zeitgeist packages doesn't sound useful to you, or possibly even makes you worry about security implications, you may agree with me and want to remove Zeitgeist. Linuxaria had an article how to do this for Ubuntu, which inspired me to write this tutorial for Linux Mint.
This tutorial was tested on Linux Mint 13 MATE and Linux Mint 13 Cinnamon. You may also want to remove the software from Linux Mint 13 Xfce, though Zeitgeist is not active on that edition (so only perform step 2). Zeitgeist isn't installed on Linux Mint 13 KDE, though that has its own similar service in the form of Nepomuk.
There are three steps to removing Zeitgeist:
1. Stop the Zeitgeist daemon:
- Code: Select all
zeitgeist-daemon --quit
2. Remove the Zeitgeist software (this is one command, it overflows to two lines):
- Code: Select all
sudo apt-get --purge autoremove activity-log-manager-common activity-log-manager-control-center zeitgeist zeitgeist-core zeitgeist-datahub
3. Remove the Zeitgeist created files from all users' home directories:
- Code: Select all
sudo rm -fr {/root,/home/*}/.local/share/zeitgeist
I've left libzeitgeist-1.0-1 and python-zeitgeist installed, as the packages gedit and nautilus depend on the first and gedit-plugins depends on the latter. If you can do without Gedit and Nautilus, go ahead an also remove these packages. These are just libraries and don't actually do the activity logging, so there is no harm in leaving them.







