Changes of commit 10
Index: debug.patch
===================================================================
--- debug.patch (revision 9)
+++ debug.patch (revision 10)
@@ -24,7 +24,7 @@
}
--- uxlaunch-0.59.1/uxlaunch.c 2011-04-29 04:04:24.000000000 +0800
-+++ uxlaunch-0.59.1/uxlaunch.c.new 2012-04-28 11:44:33.906000039 +0800
++++ uxlaunch-0.59.1/uxlaunch.c.new 2012-04-28 12:04:28.236000046 +0800
@@ -46,8 +46,6 @@
maybe_start_screensaver();
@@ -53,10 +53,9 @@
/*
* BUG: udev is sometimes not done when we go and start Xorg,
-@@ -112,10 +114,12 @@
- * we call udevadm settle and force the system to wait for
- * device probing to complete, which may be a long time
- */
+@@ -115,7 +117,9 @@
+ if (system("/sbin/udevadm settle --timeout 10") != EXIT_SUCCESS)
+ lprintf("udevadm settle bash returned an error");
+ lprintf("will call start_X_server\n");
start_X_server();