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

herman238

macrumors member
Original poster
Feb 28, 2008
54
0
I recently switched from firefox to safari, but I used the killall dock command to lock the dock.

I wish to unlock the dock so i can remove firefox and add safari, does anyone the command/a way to do this?

Thanks
 
killall dock just kills the dock process. It doesn't lock it (there is no way to lock the dock). The dock should automatically restart when killed. If it hasn't try logging out and logging back in.
 
I may have used another command beforehand then, but trust me it is locked
 
I recently switched from firefox to safari, but I used the killall dock command to lock the dock.

I wish to unlock the dock so i can remove firefox and add safari, does anyone the command/a way to do this

Open Terminal and type:

Code:
defaults write com.apple.dock contents-immutable -bool FALSE ; killall "Dock"

The kilall "Dock" part just relaunches the Dock. It's the defaults write part that does the trick.
 
Ahh thanks for that, I tried searching for the page I got the tip off, but i just couldn't find it
 
Great thanks!

Code:
defaults write com.apple.dock contents-immutable -bool FALSE ; killall "Dock"

GREAT THANKS! - IT REALY SAVED MY LIFE ON THE PROJECT!
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.