PDA

View Full Version : HOWTO: keep the 'recent documents' cleared


SpectralDesign
October 26th, 2005, 11:11 AM
There's probably a way to remove the 'recent documents' menu item from the Places menu, but I haven't found it yet. :D

Instead, I offer a way to disable it:

For starters, empty the recent documents list:

Places... Recent Documents... Clear Recent Documents

Then, from a terminal window with your home directory as your working directory (just type 'cd' <enter> to make sure you're in your home directory) issue this chmod command:

chmod ugo-w .recently-used

Now no more documents will be added to the menu!

SpectralDesign
October 27th, 2005, 09:37 AM
Silly me - of course this can be made slightly easier for those that aren't comfortable in a terminal window, and/or don't know their way around the command line... instead of worrying about the 'cd' command to make your home directory your current working directory this one command will lock the recend documents list from having new items added to it:

chmod ugo-w ~/.recently-used

(the tilda (~) tells the shell to "fill in" the path to your home directory, so you can do this from any working directory.)

Sionide
October 28th, 2005, 09:45 AM
How do you undo it again after?

...Answered my own question;

chmod ugo+w ~/.recently-used

SpectralDesign
October 28th, 2005, 11:21 AM
Thanks, I guess I should have posted that little tidbit too!

MadCowDzz
March 12th, 2006, 12:06 PM
I have a related question and I'm having trouble finding results by searching (the words Go and History are hard to get proper results)

While looking at an open folder, the Go menu has a history as well.
Where is this stored, and is it an easy way to disable it?