Merge lp:~3v1n0/unity/relocks-on-crashes 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: | 3786 | ||||
Proposed branch: | lp:~3v1n0/unity/relocks-on-crashes | ||||
Merge into: | lp:unity | ||||
Diff against target: |
221 lines (+77/-17) 4 files modified
UnityCore/DesktopUtilities.cpp (+29/-0) UnityCore/DesktopUtilities.h (+2/-0) plugins/unityshell/src/unityshell.cpp (+44/-16) plugins/unityshell/src/unityshell.h (+2/-1) |
||||
To merge this branch: | bzr merge lp:~3v1n0/unity/relocks-on-crashes | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Brandon Schaefer (community) | Approve | ||
Review via email: mp+216221@code.launchpad.net |
Commit message
UnityScreen: save a locked.stamp file when locking/unlocking, to relock on startup
This makes unity to relocks if it was locked before crashing...
To post a comment you must log in.
Sweeet. Confirmed fixes the issue, and no double lock on a reboot!