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!


Click here to return to the 'Hide any program's dock icon in Leopard 10.5.7?' hint
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Hide any program's dock icon in Leopard 10.5.7?
Authored by: tedw on Sun, Jun 7 2009 at 10:57AM PDT
well, I think NSUIElement was an older version of the plist property. it still works (apparently), but it's not documented (see here). in Leopard, the key to use seems to be LSUIElement. as to why the google info.plist file is mis-behaving... you're sure it's not corrupt? try downloading a fresh version. it gives an unknows core foundation error even when I try to open it in TextWrangler (which shouldn't be the case - TextWrangler should just open it passively)

[ Reply to This | # ]
Hide any program's dock icon in Leopard 10.5.7?
Authored by: JamieF on Wed, Nov 11 2009 at 11:04AM PST

You don't have to edit the plist with Property List Editor; /usr/bin/defaults can do it too. Example:

defaults write /Applications/Stickies.app/Contents/Info LSUIElement 1

Set it back to 0 to un-hide it.

Sadly the LSUIElement setting affects not only the Dock icon but also the presence of a menu bar... so if you want a menu bar but not a Dock icon this LSUIElement setting won't help.



[ Reply to This | # ]