advertisement

Weblog:   Turf Battle: Dock vs. Menu Bar
Subject:   Hate the dock I does, gollum gollum
Date:   2003-12-31 12:16:01
From:   anonymous2
The dock is a poorly conceived piece of garbage that has no place in OS X as it currently exists.


First, I have four items in the dock that don't need to be there. They are utilities like SuitCase that are implemented as applications in OS X but were extensions in OS 9. The dock should have a filtering mechanism that allows the user to indicate which applications shouldn't appear in the dock.


Second, items appear in the dock based on their launching chronology and move up and down the dock as applications are launched and quit. Short of dragging an application to the dock so it appears there whether it is running or not, there is no way to pin an item to a specific location nor can we have items appear alphabetically.


Third, the dock takes up important real estate if placed on the top or bottom of the window. On 12" notebooks it isn't convenient to place the dock on the left or right. The only real solution is to auto hide the dock.


Please! Don't move the menu items to the dock. A much better thing to do would be to throw the dock away and try again.

Main Topics Oldest First

Showing messages 1 through 2 of 2.

  • LSUIElement
    2004-01-01 08:00:26  anonymous2 [Reply | View]

    If the Info.plist of an app has a property LSUIElement set to 1, then it does not appear in the dock or app switcher. I used that to make LaunchBar hide. It's quite useful. You can hide your SuitCase, etc. using the same method: Right-click (or Ctrl-Click) on the app in the Finder and select Show Package Contents. Navigate into the Contents folder, then open the Info.plist. If you have the Dev Tools installed, it will open in the Property List Editor, and you can simply change the LSUIElement to 1 (if it is there) or select the expanded Root entry and click Add Child to make a new entry for LSUIElement and set it to 1. If you don't have the Dev Tools, you'll have to manually edit the XML with any XML editor, or vi from xterm, etc.
  • Blame Suitcase
    2003-12-31 12:45:04  anonymous2 [Reply | View]

    Don't blame Apple for utilities appearing in the Dock that shouldn't. They can run as a faceless background app in Mac OS X if they wanted to, I've done that for ports of projects that used to be Control Panels/Extensions.

Showing messages 1 through 2 of 2.