Merge lp:~robert-ancell/unity-system-compositor/fix-usc-shell-wrapper into lp:unity-system-compositor

Proposed by Robert Ancell
Status: Merged
Approved by: Chris Halse Rogers
Approved revision: 58
Merged at revision: 61
Proposed branch: lp:~robert-ancell/unity-system-compositor/fix-usc-shell-wrapper
Merge into: lp:unity-system-compositor
Diff against target: 9 lines (+1/-1)
1 file modified
debian/unity-system-compositor.sleep (+1/-1)
To merge this branch: bzr merge lp:~robert-ancell/unity-system-compositor/fix-usc-shell-wrapper
Reviewer Review Type Date Requested Status
Chris Halse Rogers Approve
Daniel van Vugt Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+181942@code.launchpad.net

Commit message

Fix sleep wrapper around unity-system-compositor - currently LightDM only quits the script, not the compositor due to the way it is run

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Looks quite reasonable.

review: Approve
Revision history for this message
Chris Halse Rogers (raof) wrote :

Ah. That's why that happens!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/unity-system-compositor.sleep'
2--- debian/unity-system-compositor.sleep 2013-07-18 16:49:38 +0000
3+++ debian/unity-system-compositor.sleep 2013-08-24 02:49:27 +0000
4@@ -1,4 +1,4 @@
5 #!/bin/sh
6
7 sleep .1
8-/usr/sbin/unity-system-compositor $@
9+exec /usr/sbin/unity-system-compositor $@

Subscribers

People subscribed via source and target branches