MacOS – Hide App Name in Mac OS X Lion Dock

dockmacos

I am trying to figure out how can I disable/hide the App Name in MacOS X Lion dock. I've also attached an image so you can see what I mean.

enter image description here

Someone has any idea about how can I hide that?

Best Answer

You're going to need the Developer Tools installed to do this, so that you can open up .plist files in the Property Editor.

You can edit the com.apple.dock.plist file that is stored in /Users/<username>/Library/Preferences to get rid of all names of persistent applications (e.g. icons that stay in the dock even when you've quit out of them). In-depth instructions are here, on the apple developer website.

Note that I tried the "without dev tools" instructions at the above link and the .plist file was full of non-human-readable encoded data, so you may have a harder time if you don't have the Property Editor or Xcode applications installed.