Ubuntu lists the recently accessed documents in the Places > Recent Documents option. You should make sure this option is cleared and disabled if you don’t want others to see your activities. We will address the following two points in this post:
- How To Clear the Recent Documents List in Ubuntu
- How To Disable The Recent Documents List in Ubuntu
How To clear the Recent Documents List in Ubuntu
Its pretty straightforward to clear the recent documents list. Go to the Places > Recent Documents option, here you will see the Clear Recent Documents option, click it to clear the list.

How To Disable The Recent Documents List in Ubuntu
If you don’t want your activity to be saved, then go through the following steps to disable it. First of all open the .gtkrc-2.0 file by running the following command in the command prompt.
sudo gedit ~/.gtkrc-2.0
Now this file will be opened in the Gedit text editor, add the following line of code in it and that’s it.
gtk-recent-file-max-age=0
The following screenshot illustrates it.

Now the Recent Documents option will disabled.

Enjoy!
Source:Clear And Disable The Recent Documents List In Ubuntu Linux
Related posts:
- EPDFViewer – Lightweight PDF Viewer For Ubuntu Linux Most PDF Viewers consume a lot of time to...
- How To Assign Administrative Privileges To A User In Ubuntu Linux In Linux based systems, root is the main user...
- WinFF – FFMPG GUI Based Video Converter For Ubuntu Linux You might have heard about the well known command line...
- DStat: Real-Time Resource Monitoring Utility [Ubuntu Linux] As a system administrator your key role is to keep...
- Completely Delete A User Along With The Associated Home Directory In Ubuntu Linux Whenever you create a user in Ubuntu it’s respective...
Related posts brought to you by Yet Another Related Posts Plugin.
