When I turn off " record activity" in the privacy settings, my activities are still recorded in the "recent files" folder (even when I am using a truecrypt volume).
I haven't figured out a PERMANENT solution to this problem. It sucks to delete history via terminal manually and what happens if I forget?
The method with editing
~/.config/gtk-3.0/settings.ini
doesn't work with Nautilus 3.8. But there is better and simpler way. Simply opendconf-editor
, navigate toorg->gnome->desktop->privacy
and uncheck theremember-recent-files
key. That takes care of it, once for all!Disable the Nautilus Recent Files list
To permanently disable any recent files from showing up in the Nautilus Recent sidebar item, open the
~/.config/gtk-3.0/settings.ini
file with a text editor:and under "[Settings]", add the following lines:
If this file does not exist, create it. Make sure the header says "[Settings]" and not "Settings". This is how the file should look after editing it:
(there can be other items below these, of course).
To apply the changes, log out and log back in.
Copied from Webupd8 exercising (cc) BY-NC-SA WebUpd8 : Nautilus 3.6: How To Clear The Recent Files List (Or Disable It)
In 14.04 go to Settings > Security & Privacy > Files & Applications and check "off" .
Using the terminal:
If you're using Ubuntu 17.10 and above (or Ubuntu GNOME) then:
Open the Privacy Tab
Click Usage & History and disable the "Recently Used" label
You have 4 options (AFIK)
Use the guest account. The guest account is confined by apparmor and the session is wiped when you log out.
Each user should have a separate account.
Write a script to clear your private data.
use bleachbit.
Starting with GTK 3.8 (Ubuntu 13.10 and later) you can just use the following setting in
~/.config/gtk-3.0/settings.ini
to disable the "Recent files" feature completely:As the
settings.ini
method didn't work for me on Ubuntu 13.04, here is a workaround that should be pretty reliable:Simply open
dconf-editor
, navigate to org->gnome->(filemanager e.g. nemo for me)->privacy and uncheck the remember-recent-files key. That takes care of it, once for all!