Force the screen locker's greeter to show the password input field in
case of immediateLock If the screen locker is set to not require a password to unlock, it will not show the password input field even when the powermanagement settings suspend the system and are set to require a password after resume (when it was already running at that point). This locks people out of their system. This patch adds a signal handler for SIGUSR1 that switches the running greeter to immediateLock mode. The locker sends that signal to make sure the greeter shows the password input field when necessary. CCBUG: 327947 CCBUG: 329076 REVIEW: 117091
Showing
- ksmserver/screenlocker/greeter/greeterapp.cpp 6 additions, 0 deletionsksmserver/screenlocker/greeter/greeterapp.cpp
- ksmserver/screenlocker/greeter/greeterapp.h 1 addition, 0 deletionsksmserver/screenlocker/greeter/greeterapp.h
- ksmserver/screenlocker/greeter/main.cpp 18 additions, 0 deletionsksmserver/screenlocker/greeter/main.cpp
- ksmserver/screenlocker/ksldapp.cpp 5 additions, 0 deletionsksmserver/screenlocker/ksldapp.cpp
Loading
Please register or sign in to comment