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.patch16
1 files changed, 10 insertions, 6 deletions
diff --git a/abs/core/enlightenment/startup.patch b/abs/core/enlightenment/startup.patch
index 87c2344..68641fc 100644
--- a/abs/core/enlightenment/startup.patch
+++ b/abs/core/enlightenment/startup.patch
@@ -1,7 +1,7 @@
---- 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,55 @@
-
+--- src/startup.c.orig 2013-01-11 02:14:16.690976774 +0000
++++ src/startup.c 2013-01-11 02:18:38.781047513 +0000
+@@ -173,5 +173,59 @@
+
Mode.place.enable_features--;
ESync(ESYNC_STARTUP);
+
@@ -17,8 +17,9 @@
+ const char *homedir = "HOME";
+ char *value;
+ value = getenv(homedir);
-+ char *filename_config;
-+ filename_config = strcat(value , "/.configure");
++ //char *filename_config;
++ //filename_config = strcat(value , "/.configure");
++ const char *filename_config = "/tmp/no_e_delay";
+ result_config = access (filename_config, F_OK);
+
+ if( result == 0 || result_config ==0 )
@@ -38,6 +39,9 @@
+ ret = system("xwininfo -name \"mythwelcome\" 2>/dev/null >/dev/null " );
+ if ( ret == 0 )
+ break;
++ ret = system("xwininfo -name \"MythTV Setup\" 2>/dev/null >/dev/null " );
++ if ( ret == 0 )
++ break;
+ }
+ if ( ret != 0 )
+ printf("ENLIGHTENMENT: Couldn't find mythfrontend/mythwelcome, starting anyhow \n");