From: mirko Date: Sun, 30 Nov 2008 17:10:21 +0000 (+0000) Subject: yet another workaround X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=59fd287723dbdc2e5cc3cc247b77e90eaae7941c;p=packages.git yet another workaround git-svn-id: svn://svn.openwrt.org/openwrt/packages@13448 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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 }