我的Ubuntu从10.10自动升级到了11.10,中间遇到了一些状况,不过好在都有惊无险。
11.10里的左边栏很漂亮,但是每次都要用鼠标把隐藏的左边栏显示出来再点击,时间一长让人很抓狂。
上网找到了固定左边栏,禁止左边栏隐藏的方法:
http://askubuntu.com/questions/62941/how-do-i-set-the-launcher-to-always-show-in-unity-2d
First install the dconf-tools:
sudo apt-get install dconf-tools
Then input these lines to configure the launcher:
dconf write /com/canonical/unity-2d/launcher/hide-mode 0
dconf write /com/canonical/unity-2d/launcher/use-strut true