Pick of the Week - Nov 10 [Show all picks]
Path Finder 5 - A feature-laden Finder replacement
Submit Hint Search The Forums LinksStatsPollsFAQHeadlinesRSS
12,000 hints and counting!

Restore a missing Address Book preferences window Apps
This recent hint about a missing Parallels' Snapshot Manager window made me think I could cure my missing Address Book Preferences window. Somehow it had become lost, and pressing Command-, wouldn't show anything.

So after a bit digging in Adress Book's preferences, I ran this Terminal command (after quitting Address Book):
defaults write com.apple.AdressBook "NSWindow Frame Preferences" 0
This solved the problem; on next launch, the Preferences window had returned.

[robg adds: Trashing Address Book's preferences file (com.apple.AddressBook.plist) would also solve this problem, but would require much more rework to reestablish your settings. This general technique could also be used to restore any window that's gone missing due to an improper location. First find the program's preferences file in your user's Library » Preferences folder, then either open it with a text editor and search for NSWindow, or try this command in Terminal:
defaults read com.name.of.prefs | grep NSWindow
Leave off the .plist at the end of the preference file's name in the above command. The output will be a list of all window names and positions for the program in question. Find the name of the window you'd like to recover, then run the defaults write command with that window name.]
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[5,001 views]  

Restore a missing Address Book preferences window | 3 comments | Create New Account
Click here to return to the 'Restore a missing Address Book preferences window' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Restore a missing Address Book preferences window
Authored by: CoolerQ on Thu, Apr 3 2008 at 8:50AM PDT
This hint misspells Address Book both in the text and in the command to run. The corrected command is:

defaults write com.apple.AddressBook "NSWindow Frame Preferences" 0

--Quentin

[ Reply to This | # ]
Restore a missing Address Book preferences window
Authored by: chleuasme on Thu, Apr 3 2008 at 4:49PM PDT
This general technique could also be used to restore any window that's gone missing due to an improper location.
The "Arrange in Front" command in the "Window" menu (alt + "Bring All to Front") could also be a faster solution.

[ Reply to This | # ]
Restore a missing Address Book preferences window
Authored by: LL on Sun, Apr 6 2008 at 1:34PM PDT
Any idea on how to restore the missing Find window in KeychainAccess? Mine has been missing for a while.

[ Reply to This | # ]