Summary: | blank screen when "Lock screen on resume" | ||
---|---|---|---|
Product: | [Unmaintained] solid | Reporter: | Oliver Henshaw <oliver.henshaw> |
Component: | powermanagement-daemon | Assignee: | Dario Freddi <drf> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Oliver Henshaw
2010-10-20 15:31:38 UTC
now that i implemented bug 207348, this should be fairly easy to do on the powerdevil side. provided the locker is already running when we wake up ... I think powerdevil already calls SimulateUserActivity on the resume path (to avoid idling again I think). FWIW I think that this is how the gnome screensaver/power-manager already behave (but I think in their case SimulateUserActivity does fake an x event so they may get this as a side effect) SVN commit 1194834 by dafre: BUG: 254767 Perform screen lock properly, and notify the screensaver upon resume to show the password dialog instantly M +22 -0 actions/bundled/suspendsession.cpp M +5 -5 powerdevilcore.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1194834 |