Re: Vá: Using wdm how to pass "-- -logverbose 6" to startx?
On Fri, Dec 28, 2007 at 07:02:46PM +0100, Paul Csanyi <csanyipal@gmail.com> was heard to say:
> 2007/12/28, Andrew Sackville-West <andrew@farwestbilliards.com>:
> > 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
Reply to: