summaryrefslogtreecommitdiffstats
path: root/system/lxdm/patches/source_profile_in_Xsession.diff
blob: 8d04af8f7ce374a53abe66cb239bc2a41b272126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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:48:52.110723000 +0100
@@ -9,6 +9,8 @@
 	LXSESSION=/usr/bin/startlxde
 fi
 
+[ -f /etc/profile ] && . /etc/profile
+[ -f ~/.profile ] && . ~/.profile
 [ -f /etc/xprofile ] && . /etc/xprofile
 [ -f ~/.xprofile ] && . ~/.xprofile