Merge lp:~townsend/unity8-session-snap/change-xmir-helper into lp:unity8-session-snap

Proposed by Christopher Townsend
Status: Needs review
Proposed branch: lp:~townsend/unity8-session-snap/change-xmir-helper
Merge into: lp:unity8-session-snap
Diff against target: 27 lines (+3/-3)
2 files modified
overlay/snappyenv (+1/-1)
snap/snapcraft.yaml (+2/-2)
To merge this branch: bzr merge lp:~townsend/unity8-session-snap/change-xmir-helper
Reviewer Review Type Date Requested Status
Unity8 Session Snap team Pending
Review via email: mp+321334@code.launchpad.net

Commit message

Change references to xmir-helper to xmir-launch since Xmir launching is being moved from u-a-l to libertine.

Description of the change

******* NOTE *********
Do not merge this until https://bileto.ubuntu.com/#/ticket/2264 lands.

To post a comment you must log in.

Unmerged revisions

125. By Christopher Townsend

Change references to xmir-helper to xmir-launch since Xmir launching is being moved from u-a-l to libertine.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'overlay/snappyenv'
2--- overlay/snappyenv 2017-02-27 19:16:28 +0000
3+++ overlay/snappyenv 2017-03-29 17:12:02 +0000
4@@ -60,7 +60,7 @@
5 export UBUNTU_APP_LAUNCH_DEMANGLER=$SNAP/usr/lib/$ARCH/ubuntu-app-launch/socket-demangler
6 export UBUNTU_APP_LAUNCH_OOM_HELPER=$SNAP/usr/lib/$ARCH/ubuntu-app-launch/oom-adjust-setuid-helper
7 export UBUNTU_APP_LAUNCH_LIBERTINE_LAUNCH=$SNAP/bin/snappy-libertine-launch
8-export UBUNTU_APP_LAUNCH_SNAPPY_XMIR_HELPER=/snap/bin/unity8-session.xmir-helper
9+export UBUNTU_APP_LAUNCH_SNAPPY_XMIR_HELPER=/snap/bin/unity8-session.xmir-launch
10 export UBUNTU_APP_LAUNCH_XMIR_PATH=$SNAP/bin/snappy-xmir
11
12 # Qt Platform to Mir
13
14=== modified file 'snap/snapcraft.yaml'
15--- snap/snapcraft.yaml 2017-03-22 13:38:34 +0000
16+++ snap/snapcraft.yaml 2017-03-29 17:12:02 +0000
17@@ -250,8 +250,8 @@
18 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/usr/bin/url-dispatcher
19 bustle-pcap:
20 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/usr/bin/bustle-pcap
21- xmir-helper:
22- command: snappyenv ${SNAP}/usr/lib/*/ubuntu-app-launch/xmir-helper
23+ xmir-launch:
24+ command: snappyenv ${SNAP}/usr/bin/xmir-launch
25 plugs: [opengl]
26 initctl:
27 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/sbin/initctl --user

Subscribers

People subscribed via source and target branches