1) Zeitgeist stuff..
$ zeitgeist-daemon --quit
$ cd ~/.local/share/zeitgeist/
# nautilus .
(file manager as root user) don't forget the dot so Nautilus opens in the current location
Select all files (not folders)
Right Click > Properties > Permissions tab
Set your user and others to 'None'
Enter any sub directories and do the same for all files.
Close Nautilus (as root) and return to the terminal
The basic procedure is this:
BE VERY SURE that you are in the right folder before doing these....
(change owner to root)
# chattr +i *
(prevent further changes [revert this in the future with chattr -i * ])
and why not...
# apt-get remove zeitgeist
2) Recently used Documents
Do the above tricks for the file "recently-used.xbel"
e.g.
$ cd ~/.local/share/
$ sudo su
# nautilus .
(file manager as root user) don't forget the dot
Select the file "recently-used.xbel"
Right Click > Properties > Permissions tab
Set your user and others to None
Close Nautilus (as root) and return to the terminal
# echo " " > recently-used.xbel
# chown root recently-used.xbel
# chattr +i recently-used.xbel
