Ethan Benson <[EMAIL PROTECTED]> writes: > On Tue, Nov 07, 2000 at 02:53:59PM +0000, Thomas Halahan wrote: > > I tried to put > > > #! /bin/bash --login > > as the header to my ~/.xsessions file but this did not work. should=20 > > this behave differently to the /etc/X11/Xsession global config? > > im not sure that trick works in the ~/.xsession, i don't really see > why not, but it could. =20
You need `#! /bin/bash -login' not `#! /bin/bash --login' (see the bash documentation). HTH. Denis