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

feelinpapal

macrumors newbie
Original poster
Sep 26, 2012
5
0
Hi there. I'm a new Mac owner and I think I've inadvertently screwed something up. I can't remove the Dock icon from the dock. When I drag it to the desktop or trashcan, it stays there. When I try to hide it or force quit, it stays there. I've tried deleting plist files and updating permission changes and pretty much everything I could find from many hours of Googling. Please help me out!

Please enjoy my lovely picture of what I'm trying to close.
 

Attachments

  • Picture 1.png
    Picture 1.png
    92.9 KB · Views: 188
Are you sure? Because from the attachment you uploaded it is showing that it's still running.
Try deleting the Dock's preference file (com.apple.dock.plist) from User > Library > Preferences.
 
I'll guess that somehow your Mac believes (through defaults) that the dock is supposed to be "locked".

No promises, but a couple of terminal commands that might UNlock it for you (one or the other may work, or they may not)

Try this:
- Open Terminal
- Type this command:
defaults write com.apple.Dock contents-immutable -bool no
(you can copy and paste into Terminal)
- Then force the Dock to quit and relaunch with this command:
osascript -e 'tell application "Dock" to quit'

Any better?

If that doesn't work, try this in place of the first command above:
defaults write com.apple.dock contents-immutable -bool false
(in above command, "no" has been changed to "false")
Not sure if that will make a difference.
 
I'll guess that somehow your Mac believes (through defaults) that the dock is supposed to be "locked".

No promises, but a couple of terminal commands that might UNlock it for you (one or the other may work, or they may not)

Try this:
- Open Terminal
- Type this command:
defaults write com.apple.Dock contents-immutable -bool no
(you can copy and paste into Terminal)
- Then force the Dock to quit and relaunch with this command:
osascript -e 'tell application "Dock" to quit'

Any better?

If that doesn't work, try this in place of the first command above:
defaults write com.apple.dock contents-immutable -bool false
(in above command, "no" has been changed to "false")
Not sure if that will make a difference.

How do you open Terminal? I'm running OS X 10.5.8


Don't have Mountain Lion.


Deleted plist file for dock many times.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.