ubuntu16 启动器Launcher位置以及自动隐藏

来源:互联网 发布:淘宝后段有多少服务器 编辑:程序博客网 时间:2024/05/15 09:17



I solve it by changing the button with CCSM (CompizConfig Settings Manager):

  1. If not already done, install compizconfig-settings-manager with the following command:

    sudo apt-get install compizconfig-settings-manager
  2. Open CCSM.

  3. Select "Desktop" -> "Ubuntu Unity Plugin" -> "Launcher"

  4. Turn the "Hide Launcher" from "Never" to "Autohide".

Screenshot

shareimprove this answe


按下 Ctrl + Alt + t 键盘组合键调出终端,在终端中输入以下命令:

gsettings set com.canonical.Unity.Launcher launcher-position Bottom

按下回车。命令中最后的 Bottom 就是底部的意思。

就会发现 Launcher 启动器,已经移动到了屏幕的底部。除了位置发生变化,Launcher 其他的功能和设置没有发生任何改变。

再次调出终端,输入以下命令:

gsettings set com.canonical.Unity.Launcher launcher-position Left

注意无论是上一步骤中的 Bottom,还是本步骤中的 Left,首字母都要大写。





0 0
原创粉丝点击