Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

aquadisiac

macrumors 6502
Original poster
Apr 25, 2009
421
1
US
It stopped working since i started running snow leopard. Is there a way to fix it or is there another app I can use to change my dock? Thanks
 
To switch to the 2D mode...

Step 1:
Navigate to “Application/Utilities/ Terminal” and double-click the Terminal application to launch it.

Step 2:
Type in an open terminal window the following command and hit return/enter on your keyboard:
defaults write com.apple.dock no-glass -boolean YES

Step 3:
Type in
killall Dock

Wait for the Dock to relaunch. It will revert to the 10.4 Tiger 2D Effect.

Step 4:
Return the Dock to 3D by typing the following command into the terminal and hitting return/enter on your keyboard:
defaults write com.apple.dock no-glass -boolean NO
 
Folks,

You might as make this easier and use one line commands. For example:

Code:
defaults write com.apple.dock no-glass -boolean NO; killall Dock

Code:
defaults write com.apple.dock no-glass -boolean YES; killall Dock

S-
 
Thanks guys...I was able to use the zip files I used for dockulicious/dockswitchers with Leopard docks. :D
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.