Merge lp:~didrocks/unity-system-compositor/add-dirty-sleep into lp:unity-system-compositor

Proposed by Didier Roche-Tolomelli
Status: Merged
Approved by: Robert Ancell
Approved revision: 36
Merged at revision: 36
Proposed branch: lp:~didrocks/unity-system-compositor/add-dirty-sleep
Merge into: lp:unity-system-compositor
Diff against target: 24 lines (+6/-0)
3 files modified
debian/10-unity-system-compositor.conf (+1/-0)
debian/unity-system-compositor.install (+1/-0)
debian/unity-system-compositor.sleep (+4/-0)
To merge this branch: bzr merge lp:~didrocks/unity-system-compositor/add-dirty-sleep
Reviewer Review Type Date Requested Status
Robert Ancell Approve
kevin gunn (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+175633@code.launchpad.net

Commit message

add a dirty sleep to workaround a race when starting unity-system-compositor from lightdm (unity-system-compositor fails on a module load error, strace workarounds it as well)

Description of the change

add a dirty sleep to workaround a race when starting unity-system-compositor from lightdm (unity-system-compositor fails on a module load error, strace workarounds it as well)

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
kevin gunn (kgunn72) wrote :

review & tested...work for me

review: Approve
Revision history for this message
Robert Ancell (robert-ancell) wrote :

It's a hack but if it solves the problem for now...

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/10-unity-system-compositor.conf'
--- debian/10-unity-system-compositor.conf 2013-06-21 03:08:48 +0000
+++ debian/10-unity-system-compositor.conf 2013-07-18 16:53:25 +0000
@@ -1,2 +1,3 @@
1[SeatDefaults]1[SeatDefaults]
2type=unity2type=unity
3unity-compositor-command=unity-system-compositor.sleep
34
=== modified file 'debian/unity-system-compositor.install'
--- debian/unity-system-compositor.install 2013-07-18 05:44:12 +0000
+++ debian/unity-system-compositor.install 2013-07-18 16:53:25 +0000
@@ -1,2 +1,3 @@
1usr/sbin/unity-system-compositor1usr/sbin/unity-system-compositor
2debian/10-unity-system-compositor.conf /etc/lightdm/lightdm.conf.d2debian/10-unity-system-compositor.conf /etc/lightdm/lightdm.conf.d
3debian/unity-system-compositor.sleep usr/sbin/
34
=== added file 'debian/unity-system-compositor.sleep'
--- debian/unity-system-compositor.sleep 1970-01-01 00:00:00 +0000
+++ debian/unity-system-compositor.sleep 2013-07-18 16:53:25 +0000
@@ -0,0 +1,4 @@
1#!/bin/sh
2
3sleep .1
4/usr/sbin/unity-system-compositor $@

Subscribers

People subscribed via source and target branches