summaryrefslogtreecommitdiffstats
path: root/system/lxdm/patches/remove_suse_from_Xsession.diff
blob: 8e25dbc17b1a8232c1f0cc5b37d2dfc8e4cbc73d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Naur lxdm-20131220_68eacbd.orig/data/Xsession lxdm-20131220_68eacbd/data/Xsession
--- lxdm-20131220_68eacbd.orig/data/Xsession	2013-12-20 02:30:50.000000000 +0100
+++ lxdm-20131220_68eacbd/data/Xsession	2013-12-30 17:51:29.545723000 +0100
@@ -22,10 +22,6 @@
 elif [ -x /etc/X11/Xsession ]; then
 # mandriva, debian, ubuntu
 	exec /etc/X11/Xsession "$LXSESSION"
-elif [ -x /etc/X11/xinit/xinitrc ]; then
-#suse
-	export WINDOWMANAGER=$LXSESSION
-	exec -l bash -c /etc/X11/xinit/xinitrc
 else
 # unknown, user should custom /etc/lxdm/xinitrc self
 	if [ -x /etc/lxdm/xinitrc ]; then