Hacker News new | ask | show | jobs
by sesqu 3319 days ago
IIRC it's because the Ubuntu screen locking is tied to screensavers. I can't remember how I solved it for myself, but it involved invoking a much baser system to lock the screen.
1 comments

Yeah, I'm pretty sure it's because the "lock screen" is just another process running on top of the desktop capturing all input and for whatever reason sometimes it takes longer than normal to start. But if that's the case, then the design is fundamentally wrong - it should be written in such a way that the desktop cannot display at all unless the state changes to "unlocked" somewhere deeper in the system.