yet another workaround
authormirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Nov 2008 17:10:21 +0000 (17:10 +0000)
committermirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Nov 2008 17:10:21 +0000 (17:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@13448 3c298f89-4303-0410-b956-a3cf2f4a3e73

Xorg/xserver/xorg-xserver/files/x.init

index 903a191..04ef4ae 100755 (executable)
@@ -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
 }