Disable auto hide mode for The Unity 2D Launcher (Ubuntu)
Open the terminal and install Dconf-Tools with this command:root@penreturns:~$ sudo apt-get install dconf-toolsVerify now the Unity 2D options using this command:
root@penreturns:~$ dconf list /com/canonical/unity-2d/launcher/Here is the output you must get:
root@penreturns:~$ dconf list /com/canonical/unity-2d/launcher/
hide-mode
super-key-enable
use-strut
To disable the auto-hide mode, run this command from the terminal:
root@penreturns:~$ dconf write /com/canonical/unity-2d/launcher/use-strut true
To re-enable the auto-hide feature, run now this command:
root@penreturns:~$ dconf write /com/canonical/unity-2d/launcher/use-strut 0Enjoy!
*copy code without root@penreturns:~$
Reply to this post
Post a Comment