~robert-ancell/unity-system-compositor/private-mir-connection

« back to all changes in this revision

Viewing changes to debian/unity-system-compositor.sleep

  • Committer: Tarmac
  • Author(s): Robert Ancell
  • Date: 2013-08-26 07:22:09 UTC
  • mfrom: (57.2.1 fix-usc-shell-wrapper)
  • Revision ID: tarmac-20130826072209-922jme7nhqyimu7f
Fix sleep wrapper around unity-system-compositor - currently LightDM only quits the script, not the compositor due to the way it is run.

Approved by Chris Halse Rogers, Daniel van Vugt, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
3
sleep .1
4
 
/usr/sbin/unity-system-compositor $@
 
4
exec /usr/sbin/unity-system-compositor $@