Merge lp:~azzar1/unity/fix-double-lock into lp:unity
Proposed by
Andrea Azzarone
on 2016-11-02
| Status: | Superseded |
|---|---|
| Proposed branch: | lp:~azzar1/unity/fix-double-lock |
| Merge into: | lp:unity |
| Prerequisite: | lp:~azzar1/unity/fix-highdpi-force-quit-dialog |
| Diff against target: |
195 lines (+100/-27) 5 files modified
UnityCore/GnomeSessionManager.cpp (+59/-26) UnityCore/GnomeSessionManagerImpl.h (+2/-0) UnityCore/Variant.cpp (+30/-0) UnityCore/Variant.h (+1/-0) tests/test_gnome_session_manager.cpp (+8/-1) |
| To merge this branch: | bzr merge lp:~azzar1/unity/fix-double-lock |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Unity Team | 2016-11-02 | Pending | |
|
Review via email:
|
|||
This proposal supersedes a proposal from 2016-11-02.
Commit Message
Retrieve the session id using dbus if env variable XDG_SESSION_ID is not available.
To post a comment you must log in.
lp:~azzar1/unity/fix-double-lock
updated
on 2016-11-02
- 4195. By Andrea Azzarone on 2016-11-02
-
Retrieve the session id using dbus if env variable XDG_SESSION_ID is not available.

