updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / lxdm-git / Xsession.patch
bloba9ba6323383b158c2df018b91039e6d902b6ad0e
1 --- data/Xsession.orig 2010-01-31 20:48:08.695677408 -0200
2 +++ data/Xsession 2010-01-31 20:47:48.260223292 -0200
3 @@ -2,6 +2,11 @@
5 # use bash for "exec -l", howto run login shell by /bin/sh ?
7 +[[ -f /etc/profile ]] && . /etc/profile
8 +[[ -f "$HOME/.profile" ]] && . "$HOME/.profile"
9 +[[ -f /etc/xprofile ]] && . /etc/xprofile
10 +[[ -f "$HOME/.xprofile" ]] && . "$HOME/.xprofile"
12 if [ $# -eq 1 -a -n "$1" ]; then
13 LXSESSION=$1
14 else