When I put the below into lightdm.conf... """ [SeatDefaults] autologin-user=mike autologin-user-timeout=0 user-session=LXDE """ .... my expectation would be to end up with an LXDE session as user mike directly after reboot. What happens: I get an i3 desktop session (my system-wide default desktop shell). It seems that the user-session parameter currently gets ignored by lightdm.
Can you try with autologin-session? Regards,
Hi Yves, No need to test, I guess. By looking at the lightdm code (and the default lightdm.conf), you will notice that autologin-session is never parsed / used inside the lightdm code. I also tested it yesterday, IIRC, before checking the code more thoroughly (and it did not work, of course). Greets, Mike
Then I guess you have your answer :) Regards,
Can you: - check there's a /usr/share/xsessions/LXDE.desktop with correct contents - run lightdm --show-config - try without autologin and check if the correct session is selected Regards,