Jul
09
If you want to turn off the Recent Documents feature in Ubuntu, all you have to do is create a .gtkrc file in your home directory (if one isn’t already available):
touch ~/.gtkrc-2.0
Now paste this line in there:
gtk-recent-files-max-age=0
Leave a Reply