From 6f837f6ae6894b5124f008df2996ed3857d61216 Mon Sep 17 00:00:00 2001 From: Mirko Vogt Date: Thu, 15 Jan 2009 11:31:49 +0000 Subject: [PATCH] paroli should wait until the xserver (and window manager) started SVN-Revision: 14042 --- 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 aea1635d80..b97b882785 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.30.2