summaryrefslogtreecommitdiffstats
path: root/abs/core/enlightenment/startup.patch
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-01-11 22:42:42 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-01-11 22:42:42 (GMT)
commit3d0a10290106d0da8902bd4b7b622eb7c66adf2e (patch)
treece114bc6f060ec8c6ecbe0b55ac40140bf42ea9c /abs/core/enlightenment/startup.patch
parentd37a1cd22a4b4ee04d684eee891aae74681b4b06 (diff)
downloadlinhes_pkgbuild-3d0a10290106d0da8902bd4b7b622eb7c66adf2e.zip
linhes_pkgbuild-3d0a10290106d0da8902bd4b7b622eb7c66adf2e.tar.gz
linhes_pkgbuild-3d0a10290106d0da8902bd4b7b622eb7c66adf2e.tar.bz2
enlightenment: modify startup patch to also clear the delay when MythVantage window is displayed
This was needed for making E the WM of choice for installs. refs #895
Diffstat (limited to 'abs/core/enlightenment/startup.patch')
-rw-r--r--abs/core/enlightenment/startup.patch7
1 files changed, 5 insertions, 2 deletions
diff --git a/abs/core/enlightenment/startup.patch b/abs/core/enlightenment/startup.patch
index 68641fc..369b39c 100644
--- a/abs/core/enlightenment/startup.patch
+++ b/abs/core/enlightenment/startup.patch
@@ -1,6 +1,6 @@
--- 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 @@
++++ src/startup.c 2013-01-11 21:00:59.344248500 +0000
+@@ -173,5 +173,62 @@
Mode.place.enable_features--;
ESync(ESYNC_STARTUP);
@@ -42,6 +42,9 @@
+ ret = system("xwininfo -name \"MythTV Setup\" 2>/dev/null >/dev/null " );
+ if ( ret == 0 )
+ break;
++ ret = system("xwininfo -name \"MythVantage\" 2>/dev/null >/dev/null " );
++ if ( ret == 0 )
++ break;
+ }
+ if ( ret != 0 )
+ printf("ENLIGHTENMENT: Couldn't find mythfrontend/mythwelcome, starting anyhow \n");