If I click on hibernate with some opened apps, then after rebooting, the system shows a frozen screenshot of those saved apps, before the session get locked. It looks like locking screen operation is triggered later than it's supposed, or it has lower priority that prohibits it from being applied before restoring any saved app. Operating System: Manjaro Linux KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.104.0 Qt Version: 5.15.8 Kernel Version: 6.2.12-1-MANJARO (64-bit) Graphics Platform: X11
Do you have your system set yo up to auto-log-in but lock immediately?
(In reply to Nate Graham from comment #1) > Do you have your system set yo up to auto-log-in but lock immediately? Sorry I wrongly described the problem, instead of saying SDDM login screen I said lock screen.
So the sequence of events is this: 1. Open some apps 2. Hibernate 3. Reboot 4. See image of the screen contents 5. See SDDM login screen Is that right?
(In reply to Nate Graham from comment #3) > So the sequence of events is this: > 1. Open some apps > 2. Hibernate > 3. Reboot > 4. See image of the screen contents > 5. See SDDM login screen > > Is that right? Exactly, the same scenario.
Thanks. In that case I think this is an issue deeper than anything in KDE code as no KDE code is running at the moment it happens. I'm not sure where the issue might be, unfortunately. Maybe in systemd or whatever thing handles hibernation?
(In reply to Nate Graham from comment #5) > Thanks. In that case I think this is an issue deeper than anything in KDE > code as no KDE code is running at the moment it happens. I'm not sure where > the issue might be, unfortunately. Maybe in systemd or whatever thing > handles hibernation? I'm sorry, I verified the hibernation process with someone on Manjaro forum, and he clarified that it's not SDDM which appears after waking from hibernation, it's in fact the plasma lock screen, because waking from hibernation simply reload what is saved on disk to memory including KDE session with all its processes and apps, so after typing the password in lock screen it doesn't trigger any new KDE session but it simply shows the fully loaded content.
Ah ok, so in that case this is the same issue as Bug 316734, which is fixed on Wayland but seems impossible to fix for X11. *** This bug has been marked as a duplicate of bug 316734 ***