Merge lp:~bregma/unity8/lp-1596069 into lp:unity8
| Status: | Rejected |
|---|---|
| Rejected by: | Stephen M. Webb on 2016-06-29 |
| Proposed branch: | lp:~bregma/unity8/lp-1596069 |
| Merge into: | lp:unity8 |
| Diff against target: |
54 lines (+16/-18) 1 file modified
data/unity8.conf (+16/-18) |
| To merge this branch: | bzr merge lp:~bregma/unity8/lp-1596069 |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Christopher Townsend | 2016-06-24 | Approve on 2016-06-27 | |
| Unity8 CI Bot | continuous-integration | Approve on 2016-06-25 | |
|
Review via email:
|
|||
Commit Message
removed unnecessary Mir server socket redirection logic from the Unity 8 upstart job
Description of the Change
Removed the logic involved with redirecting Mir server sockets from the Unity 8 upstart job because a change in LightDM made it unnecessary, and the conditional logic was preventing XApps from launching successfully.
| Stephen M. Webb (bregma) wrote : | # |
| Stephen M. Webb (bregma) wrote : | # |
Verified on vivid+overlay, xenial+overlay, and yakkety.
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
FAILED: Continuous integration, rev:2494
https:/
Executed test runs:
SUCCESS: https:/
UNSTABLE: https:/
SUCCESS: https:/
UNSTABLE: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Unity8 CI Bot (unity8-ci-bot) wrote : | # |
PASSED: Continuous integration, rev:2495
https:/
Executed test runs:
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
SUCCESS: https:/
deb: https:/
Click here to trigger a rebuild:
https:/
| Christopher Townsend (townsend) wrote : | # |
I have also confirmed this for all supported versions and also allows X apps to work again.
| Marco Trevisan (TreviƱo) (3v1n0) wrote : | # |
You can get rid of the gdbus call now.
| Stephen M. Webb (bregma) wrote : | # |
Change is no longer required because the bug introduced by LightDM has been fixed by another unrelated change to unity8.conf.
Unmerged revisions
- 2495. By Stephen M. Webb on 2016-06-24
-
accounted for older LightDM in vivid+overlay
- 2494. By Stephen M. Webb on 2016-06-24
-
switch upstart job to rely on MIR_SERVER_
HOST_SOCKET and not MIR_SOCKET

Turns out this will break on vivid. Needs more changes.