Preventing icons from showing in Dock?


Recommended Posts

This is how to do it:

* Quit the actual application.

* Right click the .app and select "Show Package Contents".

* Doubleclick the "Contents" folder.

* Open "Info.plist" in a text editor.

* Change

<key>LSUIElement</key>
	<string>0</string>

to

<key>LSUIElement</key>
	<string>1</string>

* Save file and exit.

* Done! ;)

I can confirm its working for LaunchBar! (Y)

Hmm...doesn't seem to be working for me. I found this link:

http://www.oreillynet.com/cs/user/view/cs_msg/30104

So you are right...it should work...but it's not. Unless I have to restart or log out first?

**edit**

Promptly found this link:

http://forums.macosxhints.com/showthread.php?t=19159

As soon as I hit the submit button. Just had to move the app and then move it back to clear its cache.

Thanks.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.