Show/Hide Application Icon in Dock
-
Is there away to toggle an Application Icon in the OS X Dock? Specifically I was hoping to be able to use the 'deafults' command to toggle something within the given application.
-
Answer:
If you want to remove the icon when the application is not running: Click and hold (drag) it from the Dock, and release it somewhere else. If the application is running, the icon will move back to the Dock, but will disappear whenever you quit the application. If it's not running, the icon will disappear in a "cloud of smoke". Alternatively, right-click the application icon in the Dock, and select Options, then toggle Keep in Dock. If you want to also hide the icon when the application is running: There is a way, but is presents two problems: The application no longer has a menubar The application does no longer appear in the Cmd-Tab list of programs The application still responds to keyboard shortcuts defined for menu items, so if you're comfortable controlling the application only using these, it's possible. It looks a bit like what opens when you select the "[Program Name] Help" menu item in the Help menu. To accomplish it: You need to edit the file Info.plist in the application's bundle. To do this, right-click the application and choose "Show Package Contents". Navigate to Contents, and edit Info.plist. The file format is usually XML, which you can edit with any plain text editor, such as TextWrangler, BBEdit, TextMate, or even TextEdit. Insert the following lines directly after the line containing <dict>: <key>LSUIElement</key> <true/> Save the file and restart the application. In case the file format is not XML, but binary (the binary file starts with bplist, followed by binary "junk"), you need Property List Editor, which is part of Apple's developer tools (you can, of course, always use PLE if you have it installed) Open the file in PLE, and select "Add Item". Type "Application is agent (UIElement)", which will autocomplete. Check the value box, and save.
cynicaljoy at Super User Visit the source
Related Q & A:
- How to hide application on taskbar?Best solution by Super User
- What kind of dock/shoreline fishing in Port Richey Florida?Best solution by Yahoo! Answers
- Doesn't show printer icon?Best solution by Yahoo! Answers
- How do you load paper for the easyshare printer dock series 3?Best solution by Yahoo! Answers
- How do I hide the webcam icon?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.