Remove Active App's Icon From The Dock?

Jump to First Reply
Posted:
in Genius Bar edited January 2014
Is is possible to remove an active application's icon from the dock? I have a couple of apps that run pretty much on their own in the background, and I don't need the icon taking up space in the dock. Thanks.

Comments

  • Reply 1 of 7
    dobbydobby Posts: 797member
    You could try starting the app from the command line (just add a & to the end of the command eg /Apps/Terminal.app&) and it will run in the backgroup untill you kil the process.



    Dobby.
     0Likes 0Dislikes 0Informatives
  • Reply 2 of 7
    I've never used the command line, so your reply makes no sense to me. Could you provide a more detailed explanation, please. Thank you.
     0Likes 0Dislikes 0Informatives
  • Reply 3 of 7
    baumanbauman Posts: 1,248member
    Instead of doing that, try Dockless. It does exactly what you want to any given application, with no mucking in command line or preference files.
     0Likes 0Dislikes 0Informatives
  • Reply 4 of 7
    Unfortunately, it's not compatible with Panther. Thanks, though.
     0Likes 0Dislikes 0Informatives
  • Reply 5 of 7
    dmband0026dmband0026 Posts: 2,345member
    You can access command line features through the Terminal. Open up applications/utilities/terminal. Type in your command. This is a way of running your system with no UI. Some people find it easier, and it can be much faster too (if you know what your doing). Upon testing dobby's suggestion, I find that it doesn't work...so your out of luck unless someone with more knowledge of command line stuff can assist you.
     0Likes 0Dislikes 0Informatives
  • Reply 6 of 7
    paulpaul Posts: 5,278member
    Quote:

    Q: Can I hide the DragThing icon in the Apple Dock?



    A: There's no way currently to hide an icon from the Apple Dock without also hiding the menubar for that application. I think that would be confusing for most people, since you couldn't get back into the Preferences window to switch the option off again for one thing.



    If you don't mind that though, you can edit the Info.plist file inside DragThing yourself - just add the following lines:



    <key>NSUIElement</key>

    <string>1</string>



    That should do the trick.



    (from DragThing's Questions & Answers...)



    I would assume it would work with any cocoa (and most carbon) apps...
     0Likes 0Dislikes 0Informatives
  • Reply 7 of 7
    thuh freakthuh freak Posts: 2,664member
    Quote:

    Originally posted by Paul

    (from DragThing's Questions & Answers...)



    I would assume it would work with any cocoa (and most carbon) apps...




    yes, it will work for any cocoa app (and only carbon apps that use Info.plist; i don't know if thats implicit in making a carban app though, or even possible). there is also another property which will do the same thing if switched on, but i can't think of it. mind you, it might be difficult to get back to the application if you do this. i think 2xclicking on the .app will bring it to the foreground, but it might just instantiate another instance.
     0Likes 0Dislikes 0Informatives
Sign In or Register to comment.