How do you delete Recent Places?

I believe many people are asking this same question but never get a solve-all answer. I've tried the appearane option and have changed everything in recent to none, but nothing is successful. I am also skeptical about the other programs as I know there are methods to clear the Recent Places field without a a program. Isn't there a Terminal command to solve this issue? I'm using Mac OS X 10.4.9 on a MBP by the way. Thanks in advance.

2.33 ghz macbook pro Mac OS X (10.4.8)

Posted on Apr 11, 2007 10:24 PM

Reply
9 replies

Apr 12, 2007 12:45 AM in response to unvanished

You modify the plist containing them. Recent places (and folders) are stored in the invisble file .GlobalPreferences copy.plist in the ~/Library/Preferences folder and favorite places is in the ~/Library/Favorites folder. Run this command in the Terminal app in /Applications/Utilities/:

defaults read ~/Library/Preferences/.GlobalPreferences

If you want to delete the NSNavRecentPlaces array, use the Property List Editor that's included in the XCode Tools installation.

Note: Recent Places has nothing to do with the settings in the Appearance prefPane. That's for Recent Items. Recent Places just depicts the latest folders you opened.

BTW, what problems are you having with Recent Places?

G4 450 MP Gigabit Mac OS X (10.4.9)

Apr 15, 2007 2:04 PM in response to unvanished

Launch Property List Editor

File->Open

That should bring up an Open dialog box, drill down to /Users/username/Library/Preferences/

Finally, type GlobalPreferences in the search box.

That should reveal the .GlobalPreferences.plist file.

Select it and click on Open.

Click on the root triangle, select NSNavRecentPlaces, click on the triangle, select each enclosed item, and delete it. Then, save the plist and quit PLE.

BTW, you never did state what problem you were having with recent places.

Apr 15, 2007 9:36 PM in response to unvanished

AFAIK, if you delete the individual recent places, then the new ones will pop up. However, if you delete the array, that should prevent any new ones from popping up. However, I'd probably make a copy of the current one, giving it a new name, such as .GlobalPreferences.bak, so you can restore things, if deleting the original array fouls things up. That's up to you, but I give no guarantees.

Thanks for the feedback. Good computing.

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How do you delete Recent Places?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.