H herman238 macrumors member Original poster Feb 28, 2008 54 0 May 26, 2008 #1 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
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
robbieduncan Moderator emeritus Jul 24, 2002 25,611 893 Harrogate May 26, 2008 #2 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.
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.
H herman238 macrumors member Original poster Feb 28, 2008 54 0 May 26, 2008 #3 I may have used another command beforehand then, but trust me it is locked
richard.mac macrumors 603 Feb 2, 2007 6,292 5 51.50024, -0.12662 May 26, 2008 #4 what command did you use? "killall Dock" just restarts the dock. use the command you used to 'lock' the dock but replace "TRUE" with "FALSE".
what command did you use? "killall Dock" just restarts the dock. use the command you used to 'lock' the dock but replace "TRUE" with "FALSE".
g-7 macrumors 6502 Feb 14, 2006 411 134 Poland May 26, 2008 #5 herman238 said: 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 Click to expand... 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.
herman238 said: 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 Click to expand... 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.
H herman238 macrumors member Original poster Feb 28, 2008 54 0 May 26, 2008 #6 Ahh thanks for that, I tried searching for the page I got the tip off, but i just couldn't find it
M Macilias macrumors newbie Feb 14, 2012 7 1 Feb 14, 2012 #7 Great thanks! Code: defaults write com.apple.dock contents-immutable -bool FALSE ; killall "Dock" GREAT THANKS! - IT REALY SAVED MY LIFE ON THE PROJECT!
Great thanks! Code: defaults write com.apple.dock contents-immutable -bool FALSE ; killall "Dock" GREAT THANKS! - IT REALY SAVED MY LIFE ON THE PROJECT!