Ubuntu – How to set the launcher to always show in Unity 2d

11.10launcherunity-2d

I have install ubuntu 11.10 and use unity-2d.
The Unity-2d auto hide.
I want it to be always show

Best Answer

For 11.10

The following terminal commands will set the launcher to always show:

First install the dconf-tools:

sudo apt-get install dconf-tools

Then input these lines to configure the launcher:

dconf write /com/canonical/unity-2d/launcher/hide-mode 0
dconf write /com/canonical/unity-2d/launcher/use-strut true

See also:

Related Question