I solve it by changing the button with CCSM (CompizConfig Settings Manager):
-
If not already done,install
compizconfig-settings-manager
with the following command:sudo apt-get install compizconfig-settings-manager
-
Open CCSM.
-
Select "Desktop" -> "Ubuntu Unity Plugin" -> "Launcher"
-
Turn the "Hide Launcher" from "
Never
" to "Autohide
".
按下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,首字母都要大写。
原文链接:https://www.f2er.com/ubuntu/353366.html