Ubuntu 16.04 如何把Unity启动器移动到桌面底部

Ubuntu 16.04 LTS添加了一个新的功能,可以把Unity桌面左侧的启动器一栏移动到桌面底部。这还得谢谢国内Ubuntu Kylin团队。

Unity启动器移动到桌面底部的步骤

首先,使用apt-getapt安装dconf编辑器。

sudo apt install dconf-editor

然后在Unity的Dash菜单里启动dconf编辑器。

Ubuntu16.04 如何把Unity启动器移动到桌面底部

在左侧面板中选择com > canonical > unity > launcher,把launcher-position的值设为Bottom

Ubuntu16.04 如何把Unity启动器移动到桌面底部

更改为Bottom后,启动器一栏就移动到了桌面底部了。

Ubuntu16.04 如何把Unity启动器移动到桌面底部

如果你偏爱命令行,那么在终端里粘贴下面的一条命令就可以达到同样的效果。

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

如果要把启动器一栏重新放回左侧,粘贴这条命令,

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

启动器移动到桌面底部后,Dash菜单会占据整个屏幕,我们可以点击左上角的最大化按钮来更改Dash菜单的大小。

Ubuntu 16.04 如何把Unity启动器移动到桌面底部

不幸的是,启动器移动到桌面底部后,自动隐藏功能会失效。

实际上我更喜欢启动器在左侧,因为我用的是笔记本电脑,垂直空间很少,启动器在底部的话,会占据大量垂直空间。

为这篇文章评分
[Total: 5 Average: 1.8]

Leave a Reply

Your email address will not be published.

The maximum upload file size: 2 MB. You can upload: image, audio, video, document, spreadsheet, interactive, text, archive, code, other. Links to YouTube, Facebook, Twitter and other services inserted in the comment text will be automatically embedded. Drop file here