Home_greyBuild Service > Projects > home:jieyang:branches:MeeGo:1.2.0:oss:Update:Testing > uxlaunch > Package diff
Login

Changes of commit 11

    Index: debug.patch
===================================================================
--- debug.patch (revision 10)
+++ debug.patch (revision 11)
@@ -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 12:04:28.236000046 +0800
++++ uxlaunch-0.59.1/uxlaunch.c.new	2012-04-28 14:22:18.668000041 +0800
 @@ -46,8 +46,6 @@
  
  	maybe_start_screensaver();
@@ -53,9 +53,14 @@
  
  	/*
  	 * BUG: udev is sometimes not done when we go and start Xorg,
-@@ -115,7 +117,9 @@
- 	if (system("/sbin/udevadm settle --timeout 10") != EXIT_SUCCESS)
- 		lprintf("udevadm settle bash returned an error");
+@@ -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
+ 	 */
+-	if (system("/sbin/udevadm settle --timeout 10") != EXIT_SUCCESS)
+-		lprintf("udevadm settle bash returned an error");
++//	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();