Follow us on...
Follow us on Twitter Follow us on Facebook
Register
Page 1 of 10 12345678910 LastLast
Results 1 to 8 of 73
  1. #1
    aishafenton's Avatar
    aishafenton is offline Most remote member
    Join Date
    May 2001
    Location
    New Zealand
    Posts
    109
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question

    Hi,

    Does anyone know of a way to hide a running application's dock icon?

    For instance.. I like to have Stickies running in the background but I don't want to have it cluttering up my dock..

    And on a more general note..
    Does anyone else out there think that in OSX there needs to be something equivalent to the Window's (yuk) System tray??

    I do like the dock.. but some things I run just don't require that much attention...

    Thanks,
    Aisha


  2. #2
    griffman is offline Registered User
    Join Date
    Nov 2000
    Posts
    53
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Sort of...

    Here's a description of how to do it:

    http://www.macosxhints.com/article.p...10420005353216

    However, the problem is that this puts the app in background mode, which means you can't type in it -- so Stickies is not a good candidate. But other 'process only' tasks may be...

    -rob.
    Visit macosxhints.com ... A community-built "how do I?" site for OS X!

  3. #3
    tismey's Avatar
    tismey is offline Official Bartender
    Join Date
    Jun 2001
    Location
    Behind the bar, stoopid!
    Posts
    559
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question Re: Sort of...

    Originally posted by griffman
    Here's a description of how to do it:

    [url]http://www.macosxhints.com/article.php?
    is macosxhints still there? Whenever I try and connect to it nowadays, I just get a time-out error (and this is on many different machines/OSs/Browsers, so it ain't that....)

    Anyway, my point is, I've been wondering how to hide a running app's icon for a bit, but can't get to this page to find out how to do it.

    Help?
    PB G4 500/256/OSX 10.1.3/9.2.2
    Griffin iMic
    LaCie Firewire Studiodrive CDRW
    PB 1400cs/32/OS 8.5
    PB 170/8/OS 7.6
    iPod

    Droppin' science like a cartoon anvil...

  4. #4
    aishafenton's Avatar
    aishafenton is offline Most remote member
    Join Date
    May 2001
    Location
    New Zealand
    Posts
    109
    Thanks
    0
    Thanked 0 Times in 0 Posts

    This hack does work.. but it still isn't the complete solution. The problem with this hack is that it puts the application into permanent background mode.. meaning that no keystrokes can go to it...

    So doing this to Stickies, for example, is a bad idea, since you wouldn't be able to type to it...

    Any other ideas anyone???



    Quote "www.macosxhints.com" ...

    ----------
    If you'd like to have an application running, but without a dock icon, there's a way achieve this by modifying the application's plist file. Read the rest of this article if you'd like the (fairly simple) instructions.

    NOTE: This one goes in the clearly 'experimental' category. I have not tried this myself yet, but the source (the X4U mailing list) is generally good, and it seems to make logical sense. Use at your own risk!!

    Open a terminal session, and first navigate to the "Contents" folder of the application you'd like to modify (note - you may want to make a backup of the app first, especially if it's one of the Apple-installed applications). This example uses Key Caps:

    cd 'Applications/Utilities/Key Caps.app/Contents/'

    Now, edit the Info.plist file:

    vi Info.plist

    You can use vi, pico, or emacs to do the editing.

    Just before the closing Just before the closing </dict> tag, add

    <key>NSBGOnly</key>
    <string>1</string>

    Save the edited Info.plist, then launch Key Caps from the GUI (it's in /Applications). If your edit was successful, you should see the Key Caps window come up, but no icon in the dock.

  5. #5
    prahn is offline Registered User
    Join Date
    Oct 2001
    Location
    Germany
    Posts
    9
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Hide App Icon in Dock

    Does anybody know how I can hide an icon from an app in the Dock. I always have DropDrawers running. (A great little utility with a nice Aqua interface). I never want it to quit...

    What can I do to make the icon in my Dock disappear?

  6. #6
    Jadey's Avatar
    Jadey is offline sosumi
    Join Date
    Apr 2001
    Location
    CANADA
    Posts
    771
    Thanks
    0
    Thanked 0 Times in 0 Posts
    An application has to be written to do this. Some have this feature implemented. Email the author and ask if she will consider adding it in.

  7. #7
    Iuis's Avatar
    Iuis is offline Registered User
    Join Date
    Jul 2001
    Location
    Mexico
    Posts
    129
    Thanks
    0
    Thanked 0 Times in 0 Posts

    What can I do to make the icon in my Dock disappear?

    I am not sure if I understand your Question..why would you want an icon disappear if you have it always running?
    can't you just drag it out of the dock?

  8. #8
    Darkshadow's Avatar
    Darkshadow is offline wandering shadow
    Join Date
    Jul 2001
    Location
    DE, USA
    Posts
    1,532
    Thanks
    0
    Thanked 1 Time in 1 Post
    If it's a Cocoa app you want to do this to, you're in luck, but if it's a Carbon app you'll have to get the author of it to implement it.

    If it's a Cocoa app, navigate to it, control-click (or right click on the mouse if you have a two button one), select 'Show Package Contents' from the pop up menu.

    Open up the Contents folder. There will be a file called Info.plist. Open that up in your favorite text editor (NOTE: if you open it up in TextEdit, make sure that it is set to plain text, NOT rich text format).

    At the bottom, before the <xmp></dict></xmp> line, add this in:

    <xmp><key></xmp>NSUIElement<xmp></key></xmp>
    <xmp><string></xmp>1<xmp></string></xmp>

    Then save the file, and restart the the app if it's running.

    Note that this will also disable the application's menu bar...you won't be able to see that, either.

    If you want to set it back to normal, all you have to do is either change the 1 in that second line to 0, or just delete both lines. Restart the app if it's running.
    I am but a lonely shadow,
    Doomed forever to roam and wander.
    But if you allow me to pause before I must go,
    I'll spin you tales of mystery and wonder.


    Site: Night Productions

 

 
Page 1 of 10 12345678910 LastLast

Similar Threads

  1. How do I tell X to open all files in this app.
    By twister in forum Mac OS X System & Mac Software
    Replies: 3
    Last Post: June 25th, 2003, 01:22 PM
  2. forcing a docked app to open a file
    By popey.marin in forum Mac OS X System & Mac Software
    Replies: 1
    Last Post: June 25th, 2001, 04:19 AM
  3. Dock in right side of menu bar
    By Piet Keizer in forum Apple News, Rumors & Discussion
    Replies: 26
    Last Post: June 19th, 2001, 09:21 AM
  4. Why would someone not upgrade?
    By jdog in forum Apple News, Rumors & Discussion
    Replies: 32
    Last Post: June 6th, 2001, 01:31 PM
  5. Dock Suggestions
    By JohnJTanner in forum Apple News, Rumors & Discussion
    Replies: 0
    Last Post: November 8th, 2000, 05:31 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •