From b1fa2ef160702d78bd4d4a794b36eb2c06aeb142 Mon Sep 17 00:00:00 2001 From: Justin Patrin Date: Tue, 16 Aug 2005 06:41:25 +0000 Subject: Use bash in entrance_session to get around "entrance quitting right after login" bug Alter entrance_wrapper to call Xinit scripts (forcefully disable 99gpe-login for now) Add a Failsafe Session file Rename Session back to Sessions (config db has been updated accordingly) Change config db to have all 7 entries filled out (most with Enlightenment) to stop crashes --- packages/e17/entrance/run-Xinit.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 packages/e17/entrance/run-Xinit.patch (limited to 'packages/e17/entrance/run-Xinit.patch') diff --git a/packages/e17/entrance/run-Xinit.patch b/packages/e17/entrance/run-Xinit.patch new file mode 100644 index 0000000000..1d6c2307f7 --- /dev/null +++ b/packages/e17/entrance/run-Xinit.patch @@ -0,0 +1,17 @@ +--- entrance/src/daemon/entrance_wrapper.in.~1.1.~ 2003-01-31 13:57:06.000000000 -0800 ++++ entrance/src/daemon/entrance_wrapper.in 2005-08-15 20:13:57.000000000 -0700 +@@ -5,8 +5,13 @@ + + test -f /etc/profile && . /etc/profile + ++if [ -x /etc/X11/Xinit.d/99gpe-login ]; then ++ chmod -x /etc/X11/Xinit.d/99gpe-login ++fi ++ ++/etc/X11/Xinit ++ + exec @prefix@/bin/entrance "$@" + + #fallback + exec entrance "$@" +- -- cgit v1.2.3