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
=== modified file 'overlay/snappyenv'
--- overlay/snappyenv 2017-02-27 19:16:28 +0000
+++ overlay/snappyenv 2017-03-29 17:12:02 +0000
@@ -60,7 +60,7 @@
60export UBUNTU_APP_LAUNCH_DEMANGLER=$SNAP/usr/lib/$ARCH/ubuntu-app-launch/socket-demangler60export UBUNTU_APP_LAUNCH_DEMANGLER=$SNAP/usr/lib/$ARCH/ubuntu-app-launch/socket-demangler
61export UBUNTU_APP_LAUNCH_OOM_HELPER=$SNAP/usr/lib/$ARCH/ubuntu-app-launch/oom-adjust-setuid-helper61export UBUNTU_APP_LAUNCH_OOM_HELPER=$SNAP/usr/lib/$ARCH/ubuntu-app-launch/oom-adjust-setuid-helper
62export UBUNTU_APP_LAUNCH_LIBERTINE_LAUNCH=$SNAP/bin/snappy-libertine-launch62export UBUNTU_APP_LAUNCH_LIBERTINE_LAUNCH=$SNAP/bin/snappy-libertine-launch
63export UBUNTU_APP_LAUNCH_SNAPPY_XMIR_HELPER=/snap/bin/unity8-session.xmir-helper63export UBUNTU_APP_LAUNCH_SNAPPY_XMIR_HELPER=/snap/bin/unity8-session.xmir-launch
64export UBUNTU_APP_LAUNCH_XMIR_PATH=$SNAP/bin/snappy-xmir64export UBUNTU_APP_LAUNCH_XMIR_PATH=$SNAP/bin/snappy-xmir
6565
66# Qt Platform to Mir66# Qt Platform to Mir
6767
=== modified file 'snap/snapcraft.yaml'
--- snap/snapcraft.yaml 2017-03-22 13:38:34 +0000
+++ snap/snapcraft.yaml 2017-03-29 17:12:02 +0000
@@ -250,8 +250,8 @@
250 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/usr/bin/url-dispatcher250 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/usr/bin/url-dispatcher
251 bustle-pcap:251 bustle-pcap:
252 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/usr/bin/bustle-pcap252 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/usr/bin/bustle-pcap
253 xmir-helper:253 xmir-launch:
254 command: snappyenv ${SNAP}/usr/lib/*/ubuntu-app-launch/xmir-helper254 command: snappyenv ${SNAP}/usr/bin/xmir-launch
255 plugs: [opengl]255 plugs: [opengl]
256 initctl:256 initctl:
257 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/sbin/initctl --user257 command: upstart-wrapper ${SNAP}/snappyenv ${SNAP}/sbin/initctl --user

Subscribers

People subscribed via source and target branches