https://bugs.kde.org/show_bug.cgi?id=357003
Thomas Masper <thomas.mas...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |DOWNSTREAM --- Comment #1 from Thomas Masper <thomas.mas...@gmail.com> --- 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/ -- You are receiving this mail because: You are watching all bug changes.