« A Shell Script to Randomize Your Computer's Wake Time | Main | Matlab FlexLM license »
January 06, 2009
A LaunchAgent to Make the Extended Print Dialog Appear by Default
There’s a good tip over at TUAW for making the extended print dialog show up by default, but I wanted to make sure that it applied to every user at login so we’d stop having users confused by the minimal approach to the standard dialog. So, I wrote the following LaunchAgent:
Label edu.umich.printdialog.default.extended ProgramArguments /usr/bin/defaults write -g PMPrintingExpandedStateForPrint -bool TRUE RunAtLoad
Because the Label string is edu.umich.printdialog.default.extended, the plist is written to /Library/LaunchAgents/edu.umich.printdialog.default.extended.plist.
Posted by slauncha at January 6, 2009 11:07 AM
Trackback Pings
TrackBack URL for this entry:
http://mblog.lib.umich.edu/mt-bin/mt-tb.cgi/1648