summaryrefslogtreecommitdiffstats
path: root/system/lxdm/patches/remove_suse_from_Xsession.diff
blob: df1da70b83a4f5eb6b4499eb8efa89f9833468d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff -Nur lxdm-0.3.0.orig//data/Xsession lxdm-0.3.0/data/Xsession
--- lxdm-0.3.0.orig//data/Xsession	2010-10-12 20:13:01.316302089 -0500
+++ lxdm-0.3.0/data/Xsession	2010-10-12 20:12:40.989504750 -0500
@@ -31,10 +31,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 $SHELL -c /etc/X11/xinit/xinitrc
 else
 # unknown, user should custom /etc/lxdm/xinitrc self
 	if [ -x /etc/lxdm/xinitrc ]; then