Leopard Dock annoyances and workarounds
There have already been numerous complaints about the Dock in Mac OS X 10.5 (Leopard), most of them surfacing before the OS upgrade was released in final form. Now that Leopard Dock behavior is concrete, two primary functional (not aesthetic) annoyances -- all related to the way the Dock handles folders -- remain:
1. Hierarchy gone You can no longer access the hierarchy of a folder stored in the Dock. Instead of a pop-up listing of folder contents that can be navigated in hierarchical fashion, the only options are "Fan" or "Grid." "Fan" shows up to 11 items contained in the folder, with an option to go to the Finder to see the rest of the items. "Grid" shows a more complete picture of what's inside a folder, but still doesn't allow for navigation to sub-folders contained therein.
Solution: Use DragThing This third-party Dock replacement retains the hierarchical navigation functionality now missing from Leopard's Dock. It's $29 shareware, and includes a bunch of other nifty functions like the ability to create multiple docks, store clippings and images, and can put the Trash icon on your desktop.
2. Custom icons ignored As noted by MacFixIt reader Scott Rose, when you drag a folder into the Leopard dock that already has a custom icon associated with it, the dock now ignores that folder's custom icon. Instead, it gives you the custom icon of the first custom icon (alphabetically) of the item inside that folder.
Solution: Trick the folder Scott also offers a clever, if tedious, workaround: "The only way to fix this is to create a special folder called "_1" inside that folder and paste in the very same custom icon that the parent folder has for its icon."
Feedback? Late-breakers@macfixit.com.
Resources
wow.. that really BLOWS!! I use that often
How do you copy the 10.4 dock to leopard?
Yes, I am curious, too. Running the Tiger dock in place of the Leopard dock would be a godsend. More info, please.
---
tonyinosaka
That's simply a GUI wrapper for these Terminal commands:
defaults write com.apple.dock no-glass -boolean YES
defaults write com.apple.dock no-glass -boolean NO
following each with a killall Dock command.
One can write an Applescript app that does the same toggling.
The Dock that results from issuing the no-glass command actually looks fairly different from Tiger's, and looks a lot better--its background is translucent black, which makes icons more visible, especially when there are things under it, than the nearly total transparency of previous Docks.
And don't get me going about that new Dock's rounded corners!
Just to make it clear (as I misunderstood this on reading it) this doesn't restore the Dock's hierarchical menu, just mods the appearance.
Great tip! Thanks.
I already use DragThing and have for years, but I'm just testing Leopard at this point and don't feel like going to the trouble to set it up yet. Normally I have only the folders and applications I use most in the Dock and leave the rest for DragThing. Now I may have to access all my folders in DT since the Dock is so unreliable. Definitely not ready for prime time.
I don't mind the Dock shelf - or even the lights that indicate a program is running - now that I know that's what they are. The difference between a transparent/reflective shelf and the translucent panel in previous versions of OS X would be negligible if people weren't shining a light on it, as it were. But the loss of the hierarchical display will be a deal breaker for many and the icon issue is annoying at best.
The Mac OS used to be about user friendly choices. These days it seems to be more about taking choices away and imposing an arbitrary and often poorly thought out straight jacket on people.
The new Dock earns a definite thumbs down, one star rating.<p>---<br>Don't anthropomorphize computers.<br />
They hate that.
"I don't mind the Dock shelf - or even the lights that indicate a program is running - now that I know that's what they are. The difference between a transparent/reflective shelf and the translucent panel in previous versions of OS X would be negligible if people weren't shining a light on it, as it were. But the loss of the hierarchical display will be a deal breaker for many and the icon issue is annoying at best.
The Mac OS used to be about user friendly choices. These days it seems to be more about taking choices away and imposing an arbitrary and often poorly thought out straight jacket on people."
I give up. Lost too much stuff. No real need for 10.5.
Reminds me of the time many abandoned MFI forums and went the anti-10 way. The destruction of user-friendly concepts so carefully crafted in 9.(1/2).x took a long time to overcome.
I played with 10.1.5. 10.2.anything was like 9.0. Sooo slooow. Finally got in with 10.3.5 and all stuff worked fine. (Still struggling with FaxPRO to get it to recognize users - I was a beta tester for 5.x and earlier - and all of those wonderful variants of PS fonts created using MultipleMasters print looking the same.) 10.4.9/10 working fine. Now, it seems that we have to start all over again... back to 10.0.x just to get plain stuff to work.
Perhaps by 10.5.5... In the meantime, why cut your wrists? Fortunately, I always have two variants of each of the last two versions of an OS on two different FireWire drives and make a third backup with SuperDuper to a third drive before making any changes or applying any upgrades.
ll
What? That is essential for us! Not only that, we would love to be able to drag and drop a folder in the Dock application side and place inside different applications, or other folders containing applications. That way you can sort in the Dock many applications by category. Yes, our Docks have dozens and dozens and dozens of items. Tiny icons even on 30-inch Apple Cinema Displays.
Until Apple gets around (if ever) to restoring hierarchical folders to the Leopard Dock, a reasonable solution is MoofMenu (http://www.versiontracker.com/dyn/moreinfo/macosx/20667). This $5 shareware title from Lobomoto Software is supposed to work in Leopard (I know it works in Tiger), and does its thing by placing a small icon in the main menu bar. This menu can hold, for instance, the same folders that you would normally place in the Dock, and, unlike the Leopard Dock, has one-click drill down capability into subfolders.
Oops! That's Lobotomo (not Lobomoto) Software.
display dialog "Enable / Disable Glass Dock" buttons {"Enable", "Disable"}
copy the result as list to {buttonpressed}
try
if the buttonpressed is "Enable" then do shell script "defaults write com.apple.dock no-glass -boolean NO"
if the buttonpressed is "Disable" then do shell script "defaults write com.apple.dock no-glass -boolean YES"
end try
do shell script "killall Dock"
I'm enjoying Leopard, but the Dock's hierarchical view and custom folders were two things I used literally every few minutes that I sit in front of my Mac. You may as well removed the Menu bar. So count me in the group that wonders what Apple's GUI designers were thinking.
I'm trying out DragThing today.
Try Classic Menu from Sig Software: http://www.sigsoftware.com/classicmenu/
- by John Albergo November 1, 2007 1:43 PM PDT
- Ewww. Yuck.
- Like this Reply to this comment
-
Showing 1 of 2 pages (28 Comments)Confirms my decision to wait for 10.5.1. Hopefully this blunder will be fixed.