Apr 19
Tweak The Leopard Dock
Add
If you are looking for a way to remove the 3D dock that comes with Leopard then all you need are a few carefully typed Terminal commands.
First open terminal and enter this command:
$ defaults write com.apple.dock no-glass -boolean YES
To change it back simply enter :
$ defaults write com.apple.dock no-glass -boolean YES
Then Type:
killall Dock
Don’t fancy buggering about in the Terminal, then just download the DockDoctor app here and it will do it all for you.
Posted by: Andy Hicks
I dig the no glass option.
…looks like your change-back to glass code is the same as the no-glass one.