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



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

  1. If not already done,installcompizconfig-settings-managerwith 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".

share improve this answe


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

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

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

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

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

gsettings set com.canonical.Unity.Launcher launcher-positionLeft

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

相关文章

目录前言一、创建Hadoop用户二、更新apt和安装Vim编辑器三、...
原文连接:https://www.cnblogs.com/yasmi/p/5192694.html ...
电脑重启后,打开VirtualBox,发现一直用的虚拟机莫名的消失...
参见:https://blog.csdn.net/weixin_38883338/article/deta...
Ubuntu 18.04 LTS 已切换到 Netplan 来配置网络接口。Netpla...
介绍每个 Web 服务都可以通过特定的 URL 在 Internet 上访问...