Logging in over and over again. How to fix this?

Posted by romeovs on Ask Ubuntu See other posts from Ask Ubuntu or by romeovs
Published on 2012-03-14T07:31:45Z Indexed on 2012/03/18 18:22 UTC
Read the original article Hit count: 246

Filed under:
|

Ok, I messed up. I installed ubuntu 11.10, installed awesome wm and removed unity, to have something to fall back on, I also installed gnome-session-fallback.

I was messing around and did the following, because the awesome wiki told me to:

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

Now here's what's wrong: I can start up decently, and then I get into a login window (that of gnome-session-fallback). I enter my username, select the preferred window manager (awesome in my case) and enter my password. It accepts these, but then hold for a second and just opens the login window again, in effect preventing me from actually logging in.

I also tried gconftool-2 --unset (from the tty) on these settings, but that didn't work either.

What can I do to revert the gconftool-2 settings to something that should work? I tried apt-get purging gnome-session-fallback and lightdm, and then installing them again, but that didn't work.

© Ask Ubuntu or respective owner

Related posts about gnome

Related posts about awesome

  • Building Awesome WM

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    Hello, I am following these steps in order to build Awesome window manager on 10.04 I am building 3.4 while the tutorial is for 3.1 I installed all of the specified dependencies including cairo. After running cd awesome-3.4 && make I get the following missing dependencies error: Running… >>> More

  • Building Awesome WM

    as seen on Super User - Search for 'Super User'
    Hello, I am following these steps in order to build Awesome window manager on 10.04 I am building 3.4 while the tutorial is for 3.1 I installed all of the specified dependencies including cairo. EDIT I ran: sudo apt-get install libxcb-xtest0-dev libxcb-property1-dev libxdg-basedir-dev libstartup-notification0-dev… >>> More

  • Building Awesome WM

    as seen on Server Fault - Search for 'Server Fault'
    Hello, I am following these steps in order to build Awesome window manager on 10.04 I am building 3.4 while the tutorial is for 3.1 I installed all of the specified dependencies including cairo. EDIT I ran: sudo apt-get install libxcb-xtest0-dev libxcb-property1-dev libxdg-basedir-dev libstartup-notification0-dev… >>> More

  • How do I use the awesome window manager?

    as seen on Super User - Search for 'Super User'
    I've installed awesome on my Ubuntu laptop, and I like it. But I feel kind of lost. I don't know any keyboard shortcuts and the man pages aren't really any help (for instance, what does Mod4 mean?). Is there any kind of brief introduction to awesome I can read? >>> More

  • How to install Awesome WM without root access?

    as seen on Ask Ubuntu - Search for 'Ask Ubuntu'
    I want to install the Awesome window manager. In the environment where I want to configure it I don't have root access. I do have a machine were I can be root (I use for this a virtual machine in my laptop). I have tried the following: $ sudo apt-get install awesome The following packages are about… >>> More