Teamviewer Mac Hide Dock Icon
Nov 20, 2012 Hide The Dock Icon For Any Running App OS X Tips By Rob LeFebvre. 6:00 am, November 20, 2012 As you open applications on your Mac. Do you guys know if there's a way to hide the TeamViewer icon, or any icon for that matter, from the dock and have the application run in the background like you can with Windows? I want to be able to remote access my Mac without clogging up my dock. Oct 17, 2007 Disable the Dock icon for any Application. 17 October 2007 - Filed in: Dock. There are many applications on your Mac that don't need a Dock icon. Having a Dock icon for applications that are accessed through a menu bar item or constantly run in the background would just waste space and clutter up your Dock. Luckily, if it is a cocoa. Mar 28, 2018 Mac. How To Hide The Teamviewer Dock Icon in MacOS. How To Hide The Teamviewer Dock Icon in MacOS. Rob Russell March 28, 2018 Mac 2 Comments. Share This: Until Teamviewer devices to build an option into the app that hides the dock icon, the only way to remove it is through some hacks. Since it is in the top menu bar already, I would prefer to.
Click here to return to the 'Hide any program's dock icon' hint |
Works great except if I have things set to start up at log in the icon appears in the dock. I have to quit the app then restart it.
Anyone know a work around?
This tip only works with Cocoa Apps. Carbon apps don't have a file called 'Info.plist'.
Actually, no. If the Carbon app uses a bundle, you can add that key/value pair to its Info.plist and it works fine. If not, you should be able to add the relevant information to its 'plst' resource. I just did it with iTunes (which is a bundle), and it worked fine.
Unfortunately, there's a side effect - no menubar. Good for LaunchBar, which is designed to have its menubar hidden, but not so good for Joe Random Program.
I seem to remember there is another key you can use, something like 'ShowInDock', that -just- removes it from the dock, not anything else. Can't find it now though.
'If not, you should be able to add the relevant information to its 'plst' resource.'
uh.. like.. how do you do this?
- make a copy of PiDock.
- Open ResEdit (works just fine in Classic)
- Open PiDock in ResEdit
- Open the plst resource
- To the right you see scrunched up xml. Select one of the key/string pairs that's there including the '^' delimiter and paste it in next to itself.
- change the value of the key element to NSUIElement
- change the value of the string element to 1
- save it, close it, launch it.
- Voila. No dock icon.
cool.
In Jaguar, they have apparently changed the plist item named NSUIElement to LSUIElement. Although NSUIElement still works, you should begin to switch to the new terminology.
Does this still work in Panther? I've tried setting NSUIElement and LSUIElement to 1 in wClock's Info.plist file, and wClock still shows up in my dock.
Scott
The NSUIElement works with wClock, but I had to log out and log back into my account before it would hide the dock icon.
The only thing was that I not only lost the menu bar but I lost the ability to call up the calendar as well.
I am not a guru and i wanted just that outlook express icon doesn't appear on the dock when the application has been opened.
I haven't found any .plist file that refers to outlook express, and opening the .app file with resedit i can't find any 'plist resource'.
Isn't there a normal way to persecute this simple aim? (I am a windows programmer and with that terrible OS all this things are very simple to do)
thanks (I am really getting crazy for this problem)
I thought this one was good for iTunes, which really doesn't need a dock icon anymore because of the iTunes docklet. But with this hit you can't access iTunes' menu bar anymore. It there any method to hide the dock icon without toughing the remaining functionality? Thanks for any hint!
According to the Launchbar application's website:
Modifying the 'Info.plist' file to remove the LaunchBar icon from the Dock no longer takes effect immediately. Mac OS X 10.3 now seems to cache the corresponding information. In order to invalidate this cache it seems to help to move the application to a different location after the modification (e.g. move it temporarily to the Desktop, then back to the Applications folder).
I verified this and it works.. yeah!
Anyone have an idea how to, instead of removing the icons, placing them in a folder that sits in the dock. That way only taking the space of one icon but the apps are still accessable by the user. Like Dock Extenders drop down menu's exept instead with open apps rather than files/folders/apps.. get my drift?
Should be possible :)
After I entered the code to the Info.plist, the Sherlock icon just jumped in the dock a few times and disappeared. However I couldn't find the app running anywhere? Where have I done wrong? thx
same problem as capitano. Quicksilver works without a dock icon and WITH a menubar, as does VirtueDestop. That's how i would like my apps that have menubar items to work. is this possible?
btw, both of those programs have the code within them, though Quicksilver uses [integer] instead of [string]
This page is #1 if one googles 'hide dock icon mac', so I thought I'd give it an update.
In 10.4.10, one adds the following instead to the plist (after <dict>):
<key>LSUIElement</key>
<string>1</string>
Remember to move the program temporarilty to another location and open it, in order to de-cache the plist.
Anyone got this working on Leopard? Seems all my hidden apps refuse to disappear any longer.
Good info, ebeans..
I just did this with DragThing v5.6, running under OS X 10.4.11.
It worked perfectly; no more DragThing icon in my dock.
Thanks!
..But now I'm laughing at myself.
I just noticed after editing the DragThing plist file, as ebeans suggested, that—while I no longer have the DragThing icon in my Dock—I do see its little menulet icon in my Main menu bar.
And I'm laughing even harder because upon further investigation I discovered I could've have done this by going into DragThing's preferences.
HEH! @ Me!
This doesn't work for me at all for several reasons I guess..
First of all I'm running on Leopard 10.5.2 which is more than you can say about the guys in the other posts..
My main problem is pretty simple the code that you guys tell me to implement is already there, just as you guys typed it, but the icon is still present in the dock.!?
And the Dock Dodger App is worthless !!!
I've tried using it and so far it has only been able to remove itself from the dock :/
Everything else stays the same, even after a reboot.
So basically what I'm asking for is if anybody has a solution for this? :D
Feel free to PM/Email me if you do :D
Are you sure the value is set to 1?
I'm running 10.5.2 as well, and I just used this hack for MenuCalendarClock .. works like a charm
I'm having the same problem on OS X 10.5.3. The fix recommended here is well documented by Apple, and I've found a ton of references to it throughout the web.
I'm moving the file after editing the info.plist but before running it. I'm using the Property List Editor that ships with the Xcode tools, and setting the property (as text) to '1'.
I must be missing something. Can anyone recommend any troubleshooting ideas?
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
Teamviewer Mac Hide Dock Icon Windows 10
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.
You can register for free at http://developer.apple.com
BTW, this tip worked for me on 10.5.8.
If you use the property list editor that is part of the developer tools, you can just edit info.plist, add a child to 'Information Property List', and select from the dropdown that appears, 'Application is Agent (UIElement)'.
<key>LSUIElement</key>
<true/>
Works great!
TeamViewer for Mac
- Establish incoming and outgoing connections between devices
- Real-time remote access and support
- Collaborate online, participate in meetings, and chat with others
- Start using TeamViewer for free immediately after downloading
Buy a license in order to use even more TeamViewer features
Check out additional TeamViewer remote desktop support and collaboration downloads
Immediate assistance:
TeamViewer QuickSupport
Optimized for instant remote desktop support, this small customer module does not require installation or administrator rights — simply download, double click, and give the provided ID and password to your supporter.
Teamviewer pc mac keyboard. Join a meeting: Djay app for pc.
TeamViewer QuickJoin
Teamviewer Icon For Desktop
Easily join meetings or presentations and collaborate online with this customer module. It requires no installation or administrator rights — just download, double click, and enter the session data given to you by your meeting organizer.
Unattended access:
TeamViewer Host
TeamViewer Host is used for 24/7 access to remote computers, which makes it an ideal solution for uses such as remote monitoring, server maintenance, or connecting to a PC or Mac in the office or at home. Install TeamViewer Host on an unlimited number of computers and devices. As a licensed user, you have access to them all!
Previous versions:
These downloads are only recommended for users with older licenses that may not be used with the latest release of TeamViewer.
See previous versions
Supported operating systems