我在 ubuntu 14.04 上安装了 gnome,现在 unity 坏了

我在 ubuntu 14.04 上安装了 gnome,现在 unity 坏了

我该如何修复 Unity。我安装了 gnome 14.04,现在 Unity shell 坏了。我尝试重新安装它。没有用。

答案1


Ctrl+Alt+F1

$ sudo apt-get autoremove ubuntu-desktop 
$ sudo apt-get autoremove unity 
$ sudo apt-get update 
$ sudo apt-get install unity-2d 
$ sudo apt-get install unity
$ sudo apt-get install ubuntu-desktop 
$ sudo apt-get dist-upgrade 
$ sudo shutdown -r

重启完成后再次按 CTRL+ALT+F1 并重置你的 unity

$ setsid unity 


相关内容