我最近切换到了 Ubuntu 13.04,我在笔记本电脑上使用它,它运行得很好,然后我将它更新到 13.10,然后进一步更新到 14.04。
升级到 14.04 时,我的 UI 突然崩溃了 - 我不知道为什么。我使用 安装了 gnome 包sudo apt-get install gnome
,我的 UI 可以工作,但我一点也不喜欢那个 UI。
有什么解决方案可以恢复 Ubuntu 的默认 UI?我尝试删除~/.config
文件,但也没有用?
答案1
您需要在登录时切换桌面环境。注销(或重新启动)即可更改它。
如果以上方法不起作用(即已Unity
损坏),请重新安装Unity
。按++Ctrl并执行:AltF1
$ sudo apt-get remove compizconfig-settings-manager compiz-fusion-plugins-extra compiz-plugins-extra
$ sudo apt-get purge compiz*
$ sudo apt-get install unity-2d ubuntu-desktop ubuntu-desktop-2d compizconfig-settings-manager xserver-xgl emerald compiz-fusion-plugins-extra git compiz-plugins-extra compiz-plugins-extra install unity
$ sudo reboot
(来源重新Unity
安装)
您可以删除Gnome
:
$ sudo apt-get remove gnome-shell ubuntu-gnome-desktop
如果不重新启动,请按++Ctrl返回。AltF7