On Fri, Dec 28, 2007 at 07:02:46PM +0100, Paul Csanyi <[EMAIL PROTECTED]> was 
heard to say:
> 2007/12/28, Andrew Sackville-West <[EMAIL PROTECTED]>:
> > you'll need to just press enter to keep it as currently set.
> >
> > Do you have a ~/.xinitrc or ~/.xsession file? if so, what are the
> > contents?
> 
> I have not .xinitrc
> 
> less ~/.xsession is:
> 
> #!/bin/bash
> 
> ##[Desktop Entry]
> #Encoding=hu_HU
> #Name=Window maker
> #Comment=This session logs you into Window Maker
> #Exec=/usr/bin/wmaker
> ## no icon yet, only the top three are currently used
> #Icon=
> #Type=Application

  So, you've told your X session to exit immediately.  This will
probably produce the behavior you're seeing, of it exiting immediately. :-)
Try adding the following line at the bottom of .xsession:

exec /usr/bin/wmaker || x-terminal-emulator

  and it should work. (that says to run wmaker, and to run an xterm if
wmaker can't be found)

  Daniel


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

Reply via email to