8

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

Jorge Castro
  • 71,754

3 Answers3

8

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:

Jorge Castro
  • 71,754
  • The GUI got updated: http://marianochavero.wordpress.com/2011/10/14/unity-2d-settings-ui-for-ubuntu-11-10-oneiric-ocelot/ – type Oct 16 '11 at 20:41
2

The GUI tool now works in 11.10 as well :) http://marianochavero.wordpress.com/2011/10/14/unity-2d-settings-ui-for-ubuntu-11-10-oneiric-ocelot/

1

For 11.04

There's a GUI tool to do that.
enter image description here
32-bit
64-bit

RobinJ
  • 8,910