Merge lp:~3v1n0/unity/lockscreen-keys-disable into lp:unity
Proposed by
Marco Trevisan (Treviño)
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Brandon Schaefer | ||||
Approved revision: | no longer in the source branch. | ||||
Merged at revision: | 3792 | ||||
Proposed branch: | lp:~3v1n0/unity/lockscreen-keys-disable | ||||
Merge into: | lp:unity | ||||
Diff against target: |
311 lines (+93/-26) 8 files modified
lockscreen/LockScreenController.cpp (+12/-3) lockscreen/LockScreenController.h (+1/-0) lockscreen/LockScreenShield.cpp (+14/-2) lockscreen/LockScreenShield.h (+1/-0) plugins/unityshell/src/unityshell.cpp (+54/-15) plugins/unityshell/src/unityshell.h (+2/-0) shutdown/SessionController.cpp (+7/-5) tests/test_session_controller.cpp (+2/-1) |
||||
To merge this branch: | bzr merge lp:~3v1n0/unity/lockscreen-keys-disable | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Brandon Schaefer (community) | Approve | ||
Review via email:
|
Commit message
UnityScreen: toggle activation of all the unity compiz actions when locking the screen
Also, make sure that the lockscreen views are treated as "always-on-front" windows by nux
(and this applies to both visibility and events).
To post a comment you must log in.
Sweet. Confirmed working, and way better then my workaround. This will work for all possibly compiz actions, so this is now impossible to happen!