12.04 中出现“无法加载会话‘ubuntu’”

12.04 中出现“无法加载会话‘ubuntu’”

我通过软件商店删除了 Unity 并重新启动。

现在我收到以下错误:

无法加载会话“ubuntu”

我也无法以访客身份登录。

答案1

修复尝试:

请打开tty(虚拟控制台,仅文本模式):Ctrl+Alt+F1

进入:

sudo apt-get update
sudo apt-get install ubuntu-desktop
sudo apt-get -f install
sudo dpkg-reconfigure ubuntu-desktop
sudo reboot

如果以上方法无效,请尝试:

sudo apt-get install gnome-session
sudo apt-get install lightdm
sudo apt-get install unity-greeter
sudo dpkg-reconfigure lightdm

安装命令将会不言自明地告诉你它是否已经安装。

致谢:http://riveridea.wordpress.com/2012/03/22/how-to-solve-failed-to-load-session-ubuntu/

答案2

因为问题是无法加载会话“ubuntu”,所以解决方案可能是

sudo apt-get install ubuntu-session

相关内容