Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 1997 16:09:51 -0700 (PDT)
From:      Doug White <dwhite@gdi.uoregon.edu>
To:        Joel Gwynn <joelman@world.std.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <Pine.BSF.3.96.970823160633.250A-100000@localhost>
In-Reply-To: <3.0.1.32.19970819140432.0091b6a0@world.std.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 19 Aug 1997, Joel Gwynn wrote:

> but I don't have an .xsession in my home directory, so I assume xdm will
> use /usr/X11R6/lib/X11/xdm/Xsession.  Is this so? and if so, I haven't
> modified this script, and there are no &'s in it.

I'm not sure it uses that, it may be looking for
/usr/X11R6/lib/X11/xinit/xinitrc instead (this is on XFree86 3.2 tho).

It's a good idea to make your own ~/.xsession anyway so you can make local
customizations. 

Usually the last session will be run with 'exec', so in my .xsession I
have:

xsetroot -solid "#266294"
xrdb -merge .Xresources
exec fvwm 

the 'exec fvwm' makes fvwm the blocking process.  To log out, I just
quit fvwm from it's popup menu.  (I'm running an ancient version of fvwm
that starts up my xterms for me.)  

Note that if there are any problems, a ~/.xsession-errors will be created
with the stdout/stderr output.

Doug White                              | University of Oregon  
Internet:  dwhite@resnet.uoregon.edu    | Residence Networking Assistant
http://gladstone.uoregon.edu/~dwhite    | Computer Science Major
Spam routed to /dev/null by Procmail    | Death to Cyberpromo




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.970823160633.250A-100000>