From: Mirko Vogt Date: Sun, 30 Nov 2008 17:10:21 +0000 (+0000) Subject: yet another workaround X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=63c44d8de8212ace1c6b9c682393c30510899b54;p=openwrt%2Fsvn-archive%2Fpackages.git yet another workaround SVN-Revision: 13448 --- diff --git a/Xorg/xserver/xorg-xserver/files/x.init b/Xorg/xserver/xorg-xserver/files/x.init index 903a19135..04ef4ae1e 100755 --- a/Xorg/xserver/xorg-xserver/files/x.init +++ b/Xorg/xserver/xorg-xserver/files/x.init @@ -41,5 +41,5 @@ start() { #config_foreach start_with_x start X $ARGS & #eval $START # not used yet, because the buildroot lacks of the functionality of editing uci-values while building a package - DISPLAY=":0" WM & # workaround + sleep 1 && DISPLAY=":0" WM & # workaround }