今天用虚拟机安装debian7.1,在启动的时候遇到登录失败的问题,用GNOME Classic可以登录,特地记录如下:
原文出处:http://r3dux.org/2011/11/how-to-fix-gnome-3-sessions-failing-to-start/
在登录进入GNOME3时,出错的内容如下,原本是一个对话框的,此处用文本表示
Oh no! Something has gone wrong.
A problem has occurred and the system can’t recover.
Please log out and try again.
[Log out](按钮)
解决方法:用经典GNOME登录进入系统,打开终端,执行以下步骤:
#mkdir ~/.config/autostart
#vi ~/.config/autostart/Gnome-Shell.desktop
其内容如下:
[Desktop Entry] Type=Application Exec=gnome-shell --replace Hidden=false NoDisplay=false X-GNOME-Autostart-enabled=true Name[en_US]=Gnome Shell Name=Gnome Shell Comment[en_US]= Comment=
保存退出。
然后用GNOME登录,OK。
具体原因不详,待研究。。。
本文详细记录了解决使用虚拟机安装Debian7.1时登录失败问题的方法,通过经典GNOME登录并修改配置文件来解决。
2521

被折叠的 条评论
为什么被折叠?



