Ubuntu11.10中,Unity-2d将被默认安装(你可以通过注销或者修改默认环境的方式使用它),新版本的Ubuntu中的unity-2d也是新版本。所以此前的Unity-2D配置工具将无法使用。原因在于最新的Unity-2d不是使用gconf而是使用dconf。

所以你需要安装一个dconf管理工具

sudo apt-get install dconf-tools

安装完之后你可以使用下面这个命令来查看Unity-2d的选项:

dconf list /com/canonical/unity-2d/launcher/

得到:

hide-mode
super-key-enable
use-strut

如果你要让面板一直显示,那么运行:

dconf write /com/canonical/unity-2d/launcher/use-strut true

如果要智能隐藏,那么就运行

dconf write /com/canonical/unity-2d/launcher/use-strut 0


转载请注明:Ubuntusoft » 在Ubuntu11.10中修改Unity-2d的显示方式

更多

相关文章

无觅相关文章插件,快速提升流量