OMG! reader kiwisoup e-mailed me over some instructions that I thought i’d paste here: -
- Press ALT + F2
- Type command “gconf-editor” and hit enter/return
- Navigate to “apps/docky-2/docky/items/DockyItem” in the gconf-editor
- Uncheck “ShowDockyItem“
- Restart Docky
Et voilà ! Anchor free Docky!
Terminal way
If you’re lazy and want to do this via the terminal you can do so using the following commands. (Thanks to commenter dRewsus)
This command will turn the icon off:
gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem False
this will turn it back on:
gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem True
Remember that you will need to restart Docky to see the changes take effect.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.