When my screen goes dark after 5 minutes of inactivity and I instantly move my mouse (or press any key) to prevent it from locking, I see only sddm wallpaper (with current time) but no login screen. How can I get my login screen back to resume my KDE plasma session?
If I don’t instantly interrupt screen locking (not sure if it’s actually “locking” or “sleeping” or sth else) and move the mouse a bit later (I guess after it is fully locked) then login screen is properly displayed and I can resume GUI session.
What I tried so far:
switching to terminal (ctrl+alt+f3) and restarting sddm with: systemctl restart sddm
it showed me sddm with login dialog, but after trying to login I got error “startkde: could not start plasma session”
ctrl+alt+backspace, to kill all xorg processes - it gets me to sddm login, but when I login I get the same error in dialog box: “startkde: could not start plasma session”. But I would like to avoid killing all processes and losing unsaved data.
Sorry for the mistake, it was systemctl (there’s no such command as systemd :)).
I added some logs to my first post, including plasmashell logs, which also has a bunch of errors.
I also updated Manjaro to latest version, but all this didn’t help, unfortunately.
But I found workaround, thx to @Aragorn pointing it is not sddm, but screenlocker. When it happened again, I just killed kscreenlocker_greet process using terminal: sudo kill -9 <PID_OF_SCREENLOCKER>
and got my plasma GUI session back properly
Probably yes, yesterday i updated (in fact i deleted and reinstalled them) all my windows11-**** themes because of incompatibility warnings in journalctl
And now it works. I have no idea why - last thing I did was just killing the screenlocker process, which helped only once, because the next lock happened again in 5 minutes, and this time there wasn’t any screenlocker process to kill, so I rebooted. Now I tried it twice, before and after reboot, and the problem is gone.
So thank you everyone for help!