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.patch26
1 files changed, 8 insertions, 18 deletions
diff --git a/abs/core/enlightenment/startup.patch b/abs/core/enlightenment/startup.patch
index 369b39c..d13ed2f 100644
--- a/abs/core/enlightenment/startup.patch
+++ b/abs/core/enlightenment/startup.patch
@@ -1,15 +1,14 @@
---- src/startup.c.orig 2013-01-11 02:14:16.690976774 +0000
-+++ src/startup.c 2013-01-11 21:00:59.344248500 +0000
-@@ -173,5 +173,62 @@
+--- src/startup.c.orig 2014-12-05 22:19:41.506253255 +0000
++++ src/startup.c 2014-12-08 13:33:17.326875866 +0000
+@@ -172,5 +172,52 @@
+ speed = Conf.desks.slidespeed > 0 ? Conf.desks.slidespeed : 500;
+ duration = 2000000 / speed;
- Mode.place.enable_features--;
- ESync(ESYNC_STARTUP);
-+
+ //Start of MythVantage delay for ultra cool startup
+ printf("***\n");
+ int ret = 1 ;
-+
-+ //checking for fname
+ AnimatorAdd(NULL, ANIM_STARTUP, doStartupWindowsOpen, duration, 0, 0, NULL);
++ //checking for fname}
+ int result;
+ const char *filename = "/tmp/nofe";
+ result = access (filename, F_OK);
@@ -21,8 +20,7 @@
+ //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 )
++ if( result == 0 || result_config ==0 )
+ {
+ printf("ENLIGHTENMENT: Found /tmp/nofe, skipping delay\n");
+ }
@@ -54,12 +52,4 @@
+ }
+ }
+ // End of delay code
-+
-+
-+
-+
-+
-+
-+
- AnimatorAdd(doStartupWindowsOpen, NULL);
}