Comment 5 for bug 465349

Revision history for this message
wmatheos (wmatheos) wrote :

Add to /etc/X11/Xsession.d/99x11-common_start :
---------------------------------------
if [ -f $HOME/.xsession ]
then
STARTUP="$HOME/.xsession"
fi
---------------------------------------
If the is a .xsession file it will be run, If not, start the default session.