From 3e6c6f4176a954c68206bb5a21771c6e45c032ce Mon Sep 17 00:00:00 2001 From: mirko Date: Thu, 15 Jan 2009 11:31:49 +0000 Subject: [PATCH] paroli should wait until the xserver (and window manager) started git-svn-id: svn://svn.openwrt.org/openwrt/packages@14042 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- phone/paroli/files/paroli.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phone/paroli/files/paroli.init b/phone/paroli/files/paroli.init index aea1635d8..b97b88278 100644 --- a/phone/paroli/files/paroli.init +++ b/phone/paroli/files/paroli.init @@ -3,7 +3,7 @@ START=99 start() { - LD_PRELOAD=/usr/lib/libX11.so /usr/bin/paroli-launcher & # LD_PRELOAD to workaround some runtime linking problems - needs to be fixed + (sleep 10 && DISPLAY=":0" LD_PRELOAD=/usr/lib/libX11.so /usr/bin/paroli-launcher) & # sleep to wait until the xserver is started | LD_PRELOAD to workaround some runtime linking problems - needs to be fixed } stop() { -- 2.11.0