summaryrefslogtreecommitdiff
path: root/packages/e17/entrance
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2005-08-10 16:40:18 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-08-10 16:40:18 +0000
commiteb07af9e21677e9265a7b28d78a3b10a895c41c8 (patch)
treea2a36c1a76854c716c21089b65da1a23b9ac5c0d /packages/e17/entrance
parent049c02152682c0bd92b31bab58561c407fdd4265 (diff)
add the enlightenment window manager + utilities
large parts of these files are courtesy Justin Patrin who will be maintaining E in OE, thanks!
Diffstat (limited to 'packages/e17/entrance')
-rw-r--r--packages/e17/entrance/.mtn2git_empty0
-rw-r--r--packages/e17/entrance/longer-sleep.patch11
2 files changed, 11 insertions, 0 deletions
diff --git a/packages/e17/entrance/.mtn2git_empty b/packages/e17/entrance/.mtn2git_empty
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/e17/entrance/.mtn2git_empty
diff --git a/packages/e17/entrance/longer-sleep.patch b/packages/e17/entrance/longer-sleep.patch
new file mode 100644
index 0000000000..66ad220de2
--- /dev/null
+++ b/packages/e17/entrance/longer-sleep.patch
@@ -0,0 +1,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();