Guillaume Rousse <[EMAIL PROTECTED]> writes:
> Ainsi parlait Scott Langley :
> > So the solution I used was to modify the first line of /etc/X11/Xsession to
> > read:
> > #!/bin/bash -login
> Thanks for the tips !
>
That's not the good solution because when you use startx .bash_profile
is sourced whereas it shouldn't. Normally it's /etc/X11/xdm/Xsession
that is executed and it has -login fot that purpose. I don't
understand why it doesn't work for you. Do you have a .xinitrc in your
home ?
--
Fred - May the source be with you