[MacTUG] Fix Yosemite's Giant Save Sheet with a Terminal Command

Marlon A. Griffith m3griffi at uwaterloo.ca
Tue Dec 2 13:18:13 EST 2014


"""
... For most apps, two sets of Terminal commands will do the trick. Substitute the problematic app name in for BBEdit here:

defaults delete -app BBEdit NSNavPanelExpandedSizeForOpenMode
defaults delete -app BBEdit NSNavPanelExpandedSizeForSaveMode

However, if you're on Chrome, you'll need to go for the app bundle:

defaults delete com.google.Chrome NSNavPanelExpandedSizeForOpenMode
defaults delete com.google.Chrome NSNavPanelExpandedSizeForSaveMode

That should fix the problem, at least temporarily. Head over to Six Colors for a bit more information about what's going on.

http://lifehacker.com/fix-yosemites-giant-save-sheet-with-a-terminal-command-1665186083?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+lifehacker%2Ffull+%28Lifehacker%29
""'

mac os x


More information about the MacTUG mailing list