WIP Separate Locking from Blanking
Closes: #457 , prereq for #283 and phoc#206
This is has man open ends but since there's movement in #283 let's give this visibility.
TODOs:
-
blank screen again on screen lock (currently we either blank or lock) -
make power button behavior consistent (blank when screen lock is disabled, lock when screen lock is enabled after a short delay) -
unblank on arbitrary keypress when blanked but not locked -
handle lock-delay
(amount of time to lock afer blank) -
Don't unblank right away an ALT-L
(rather lock and blank short delay (as if locked from the power menu) -
check for screen-savers's active
property rather thanphosh_shell_get_locked ()
when figuring out feedback for notifications -
check other phosh_shell_get_locked ()
call sites
Edited by Guido Gunther