You are not logged in.
My arch system uses lightdm to login to awesome WM. I hadn't rebooted in some time, but did so today and now when I try to log in using lightdm the session appears to crash and kick me back to the login screen.
If I login at a TTY and do startx, the session starts with no problems and everything works.
.xsession-errors just has one error saying the file could not be found.
I've installed openbox just to see if this is specific to awesome, but it gives the same error. For some reason lightdm can't find the executables.
Any advice would be appreciated, thanks.
Last edited by lykwydchykyn (2013-09-09 19:07:24)
Offline
Maybe it's related to the recent changes in lightdm https://bbs.archlinux.org/viewtopic.php?id=169538
Offline
Well, I deleted my config and replaced it with the .pacnew version and it's all happy now. Go figure.
Offline
Always take care of .pacnew files after the update.
Usually you need to merge .pacnew files, not just delete the old file and use the new one instead, but maybe in this case it's OK.
Offline
The exact line which may hang lightdm in the new config file is the following :
session-wrapper=/etc/lightdm/Xsession
The script name move from xsession to Xsession. If you have done previous change to your lightdm.conf file, pacman creates the pacnew file during the update and at the following boot, lightdm will fail to load /etc/lightdm/xsession.
Offline