void-packages/srcpkgs/lxdm/patches/Xsession.patch
2012-05-02 11:24:47 +02:00

10 lines
316 B
Diff

--- data/Xsession.orig 2011-07-29 15:42:33.000000000 +0200
+++ data/Xsession 2011-12-03 09:09:14.592876087 +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