将系统升级到 Ubuntu 16.10 版后,我的 Unity 崩溃了。我现在安装了它lubuntu-desktop
,它不知怎么地运行起来了。我想摆脱 lubuntu 并让我的 Unity 正常运行。我该怎么办?
答案1
解决方案(乔治帮助了我)是:我运行:
sudo apt-cache show lxde
查看 lxde 的依赖项是什么。
然后
sudo apt-get purge lxde
sudo apt-get purge gnome*
sudo apt-get purge lxde-*
sudo apt autoremove
sudo apt install unity
sudo apt install ubuntu-desktop
sudo apt-get dist-upgrade
添加了 etc/lightdm/lightdm.conf.d/50-myconfig.conf 及其内容
[SeatDefaults]
greeter-session=unity-greeter
恢复我的登录屏幕。还升级到 17.04。