On Fri, Dec 07, 2001 at 02:08:20PM +0100, Michael Wagner wrote: > On Friday, 07. Dec. 2001 at 22:16:42, Andrew Sione Taumoefolau wrote: > > graphical login?) Or do you start X from the console with startx? If the > > latter, just edit .xsession in your home directory so it contains > > > > wmaker > > > > and whatever other programs you'd like to run at startup -- ie, > > > > wmaker > > nautilus & > > Hello Sione, > > I don't think this is the right way. I think that the calling of the > windowmanager must be the last argument in ~/.xsession.
It doesn't really matter if the last thing is the window manager particularly, but certainly the example above won't work: because wmaker is run in the foreground (without '&'), nautilus won't be run until it exits. When your .xsession script terminates, so does your X session, and you'll be logged out. The last thing in your .xsession should therefore be something long-running. Most people use a window manager or a session manager for this, but it's also possible to use an xterm, xconsole, or something along those lines. -- Colin Watson [EMAIL PROTECTED]