OT: Anyone know of a way to lock the Dock in Leopard?

Jim Sims sims at ezpzapps.com
Tue Jan 8 15:37:36 EST 2008


> On Tue, 08 Jan 2008 11:55:41 -0600, Derek Bump wrote:
>
>> I need the ability to lock the icons in the Dock in Leopard.
>> Something that will now allow the user to add/remove icons from it.
>> Anyone know of anything?


I'm not running Leopard here (I'm away from my machine that has Leopard)
but this works on 10.4

Terminal

To LOCK the Dock use:

defaults write com.apple.dock contents-immutable -bool true
killall Dock

To UNLOCK use:

defaults write com.apple.dock contents-immutable -bool false
killall Dock


sims
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ClipaSearch Pro
http://www.ClipaTools.com

Across Platforms - Code and Culture
http://www.ezpzapps.com/blog/







More information about the use-livecode mailing list