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!

10.5: Use expanded Print dialog by default Apps
As you probably know, OS X uses an 'expanding' Save dialog -- it defaults to a compact size, but once expanded in a given app (by clicking the triangle to the right side of the window), it stays that way in that particular program. This feature carries over into 10.5 (if you prefer always-expanded Save dialogs, use this hint, which still works in 10.5), but it's now been joined by its friend, the expanding Print dialog.

Like the Save dialog, the Print dialog defaults to small in every app, until you expand it. This state is then remembered the next time you use that app. Using this fact, it was pretty easy to find out the key to changing it in every app -- I just set it in one program, then looked at that program's preferences to see what had changed. That bit of work led me to the PMPrintingExpandedStateForPrint key; it's a boolean set to NO by default, and to YES in an app where you've expanded the Print dialog.

Therefore, to get the expanded Print dialog by default, use one of these two Terminal commands. To affect just your own user, use this one:

defaults write -g PMPrintingExpandedStateForPrint -bool TRUE

To set this preference for all users, use this version (requires admin privileges):

defaults write /Library/Preferences/.GlobalPreferences PMPrintingExpandedStateForPrint -bool TRUE

From now on, every app will use the large Print dialog by default -- with the exception of any program where you might have used the Print dialog and quit with it in the small state; you'll have to set those manually. (And yes, I searched the queue before running this, to make sure I wasn't stealing someone's spot in the contest.)
    •    
  • Currently 0.00 / 5
  • 1
  • 2
  • 3
  • 4
  • 5
  (0 votes cast)
 
[5,814 views]  

10.5: Use expanded Print dialog by default | 3 comments | Create New Account
Click here to return to the '10.5: Use expanded Print dialog by default' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
10.5: Use expanded Print dialog by default
Authored by: ecbtln on Fri, Nov 9 2007 at 9:08PM PST
does it matter if you defaults write your home folder's library instead of your computer library.
make sure you note somewhere you need admin privileges to do this as it is set up write now.

[ Reply to This | # ]
10.5: Use expanded Print dialog by default
Authored by: robg on Sat, Nov 10 2007 at 6:37AM PST
Sorry, I should have been clearer -- the version above will affect all users. The hint is now edited to show both options. Thanks for the catch.

-rob.

[ Reply to This | # ]
10.5: Use expanded Print dialog by default
Authored by: ecbtln on Sun, Nov 11 2007 at 4:46PM PST
thanks

[ Reply to This | # ]