Autologin to KDE Plasma worked fine until TW update 20190202. Now graphical login screen is presented and re-appears after entering password…repeatedly.
New user works as expected.
Booting to runlevel 3 and
WINDOWMANAGER=/usr/bin/startkde startx
launches Plasma as expected.
Seems like a simple configuration change, but I’ve chased it through bootlogs, journalctl, etc. No change.
same behavior with Icewm…login screen, enter password, login screen returns. Ctrl-alt-F1 allows for terminal login,
WINDOWMANAGER=/usr/bin/startkde startx starts Plasma as expected.
Seems correct that this is a configuration issue, any ideas for where to look?
I did a diff between working new user account and failing existing account. Nothing obviously related to the login issue.
As far as I know, Icewm uses very little of that configuration. So you won’t need to look very deep.
It could be something in your shell startup file (probably “.bashrc” and “.profile”). You could try temporarily moving those to a subdirectory as a test. It could also be “.Xauthority”. You could just remove that (with your terminal login), and it will be recreated when needed.
Maybe also check that your home directory is owned by you and readable/writable by you.