blob: 66ad220de2b1990b7ed6ba516fb9fcc16ee7d684 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- entrance/src/client/entrance_session.c.~1.71.~ 2005-05-28 02:31:14.000000000 -0700
+++ entrance/src/client/entrance_session.c 2005-08-07 13:39:35.000000000 -0700
@@ -454,7 +454,7 @@
shell = strdup("/bin/sh");
/* this bypasses a race condition where entrance loses its x
connection before the wm gets it and x goes and resets itself */
- sleep(10);
+ sleep(60);
/*
* FIXME These should be called!
ecore_x_shutdown();
|