From: Mirko Vogt Date: Thu, 15 Jan 2009 11:31:49 +0000 (+0000) Subject: paroli should wait until the xserver (and window manager) started X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9dc7fa10acb7e0feb86b1677f2e662de59561dbc;p=openwrt%2Fsvn-archive%2Fpackages.git paroli should wait until the xserver (and window manager) started SVN-Revision: 14042 --- 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() {