summaryrefslogtreecommitdiffstats
path: root/abs/core/enlightenment/startup.patch
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/enlightenment/startup.patch')
-rw-r--r--abs/core/enlightenment/startup.patch20
1 files changed, 13 insertions, 7 deletions
diff --git a/abs/core/enlightenment/startup.patch b/abs/core/enlightenment/startup.patch
index 0841d88..87c2344 100644
--- a/abs/core/enlightenment/startup.patch
+++ b/abs/core/enlightenment/startup.patch
@@ -1,6 +1,6 @@
--- src/startup.orig 2012-04-29 21:43:59.424202996 +0000
+++ src/startup.c 2012-04-29 22:19:28.350782803 +0000
-@@ -173,5 +173,49 @@
+@@ -173,5 +173,55 @@
Mode.place.enable_features--;
ESync(ESYNC_STARTUP);
@@ -23,11 +23,11 @@
+
+ if( result == 0 || result_config ==0 )
+ {
-+ printf("Found /tmp/nofe, skipping delay\n");
++ printf("ENLIGHTENMENT: Found /tmp/nofe, skipping delay\n");
+ }
+ else
+ {
-+ printf("Waiting for Mythfrontend\n");
++ printf("ENLIGHTENMENT: Waiting for Mythfrontend\n");
+ int i;
+ for (i = 0; i < 20; i++)
+ {
@@ -40,13 +40,19 @@
+ break;
+ }
+ if ( ret != 0 )
-+ printf("Couldn't find mythfrontend/mythwelcome, starting anyhow \n");
-+ else
-+ printf("MythFrontend or MythWelcome found, continue startup\n");
-+ sleep(2); //sleeping here to give FE a chance to be displayed.
++ printf("ENLIGHTENMENT: Couldn't find mythfrontend/mythwelcome, starting anyhow \n");
++ else {
++ printf("ENLIGHTENMENT: MythFrontend or MythWelcome found, continue startup (after 2 second delay) \n");
++ sleep(2);
++ }
+ }
+ // End of delay code
+
+
++
++
++
++
++
AnimatorAdd(doStartupWindowsOpen, NULL);
}