Bug#411639: add a file to allow .xsessionrc to be sourced at login

2007-12-14 Thread SainTiss
Yes, sounds perfect!

On Friday 14 December 2007 12:28:40 Yves-Alexis Perez wrote:
> Would it be ok to put this file /etc/X11/Xsession.d so user can have a
> .xsessionrc in her homedir?




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#411639: add a file to allow .xsessionrc to be sourced at login

2007-12-14 Thread Yves-Alexis Perez
Would it be ok to put this file /etc/X11/Xsession.d so user can have a
.xsessionrc in her homedir?

-- 
Yves-Alexis
#Source user defined xsessionrc (locales and other environment variables)
USERXSESSIONRC=$HOME/.xsessionrc
if [ -r "$USERXSESSIONRC" ]; then
. "$USERXSESSIONRC"
fi