I want to use the Docky dock in Xfce (Mint 18.1).
Is there a way to hide its anchor icon?
This old solution doesn't work, as there is no apps/docky-2/docky/items/DockyItem in Dconf editor on this system.
You probably figured it out by now, but you can't get to it via dconf-editor. You have to install and use gconf-editor.
sudo apt-fast gconf-editor)apps->docky-2->Docky->Items->DockyItemShowDockyItemIf all goes well it should end up looking like this:
You're right. apps/docky-2/docky/items/DockyItem is not visible in dconf-editor now. But setting it through command line still works.
gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem False
Get it back with:
gconftool-2 --type Boolean --set /apps/docky-2/Docky/Items/DockyItem/ShowDockyItem True