| Summary: | No lock screen appear after resume from suspend or hibernate | ||
|---|---|---|---|
| Product: | [Unmaintained] kscreenlocker | Reporter: | Thomas Masper <thomas.masper> |
| Component: | greeter | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED DOWNSTREAM | ||
| Severity: | normal | CC: | bshah, mgraesslin |
| Priority: | NOR | ||
| Version First Reported In: | 5.5.1 | ||
| Target Milestone: | --- | ||
| Platform: | Gentoo Packages | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Thomas Masper
2015-12-21 15:15:57 UTC
Sorry for the noise but I solved the issue after some trial and error. I solved it uninstalling upower-pm-utils and adding the following two files to /etc/polkit-1/localauthority/50-custom.d/ 1) 20-org.freedesktop.consolekit.system.suspend-multiple-users.pkla [Allow all users to suspend] Identity=unix-group:users Action=org.freedesktop.consolekit.system.suspend-multiple-users;org.freedesktop.consolekit.system.suspend ResultAny=yes ResultInactive=no ResultActive=yes 2) 30-org.freedesktop.consolekit.system.hibernate-multiple-users.pkla [Allow all users to hibernate] Identity=unix-group:users Action=org.freedesktop.consolekit.system.hibernate-multiple-users;org.freedesktop.consolekit.system.hibernate ResultAny=yes ResultInactive=no ResultActive=yes I still have the sometimes the glitch on resume (desktop will show for fraction of a second before the locking screen) but this I think it's normal according also to this: http://blog.martin-graesslin.com/blog/2015/01/locking-the-screen-before-system-suspends/ |