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: alexs77 on Sat, Jun 6 2009 at 12:17AM PDT

Hi!

Hm, is that supposed to still work in 10.5.7?

I wanted to hide the icon for the Goolge Quick Search Box. So I opened the Info.plist — but, as you can see, the file seems to be binary, or something.

How would you go about hiding the Dock icon for the Google QSB, or for just any program for that matter?

Thanks,
Alexander



[ Reply to This | # ]
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 | # ]
Hide any program's dock icon in Leopard 10.5.7?
Authored by: errolbert on Tue, Sep 22 2009 at 6:51AM PDT
You may need the developer tools to get Property List Editor which can open binary plist files.

You can register for free at http://developer.apple.com

BTW, this tip worked for me on 10.5.8.

[ Reply to This | # ]