在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
可以试试,再虚拟机估计只能用用2d
@Tao Zhu
你是指11.04中的unity2d 3.x版本吧
11.10中的BUG都解决了
unity 2d 的 bug 不少,谨慎使用