好吧,我搞砸了。我安装了ubuntu11.10,安装了awesome wm和删除 unity,我还安装了gnome-session-fallback。
我到处乱搞,做了以下事情,因为令人敬畏的维基告诉我:
gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop False
# Still disable the buggy Nautilus desktop thing
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager awesome
# sets awesome as wm现在,问题是:我可以体面地启动,然后进入登录窗口( gnome-session-fallback)。我输入我的用户名,选择首选窗口管理器(在我的例子中是awesome)并输入我的密码。它接受这些内容,但保留一秒钟,然后再次打开登录窗口,这实际上阻止了我实际登录。
我还在这些设置上尝试了gconftool-2 --unset (来自tty),但这也不起作用。
我能做些什么来将gconftool-2设置恢复到应该工作的位置呢?我尝试了apt-get purging gnome-session-fallback和lightdm,然后再安装它们,但是没有成功。
发布于 2012-03-14 21:59:57
尝试这些(重新安装gnome-会话-回退之后):
gconftool-2 --type bool --set /apps/nautilus/preferences/show_desktop True
gconftool-2 --type string --set /desktop/gnome/session/required_components/windowmanager /usr/bin/metacityhttps://askubuntu.com/questions/112832
复制相似问题