My fault,

rickdman # ls -al .xsession
lrwxrwxrwx   1 rickdman  rickdman    9 May 22 23:12 .xsession -> .Xclients

My ~/.xsession is a symbolic link to ~/.Xclients

It is really a "treasure hunt" ..

rickdman # which startx  (/usr/x is a homegrown link to /usr/X11R6 )
/usr/X11R6/bin/startx    (Substitute X11R6 on your system )

rickdman # file /usr/x/bin/startx
/usr/x/bin/startx: Bourne shell script text

rickdman # less /usr/x/bin/startx
(which states: sysclientrc=/usr/X11R6/lib/X11/xinit/xinitrc )

rickdman # file /usr/X11R6/lib/X11/xinit/xinitrc
/usr/X11R6/lib/X11/xinit/xinitrc: Bourne shell script text

rickdman # less /usr/X11R6/lib/X11/xinit/xinitrc
(which states: 
[...]
# start some nice programs

if [ -f $HOME/.Xclients ]; then
    exec $HOME/.Xclients
else
[...]
fi )

You Can Really learn a lot with less !
Rick

On Thu, 11 Jun 1998, Gree wrote:

> Thanks Rick,
> 
> This process went pretty smooth except for one item.  For some reason, when I
> log in from xdm, my '.xsession' file does not execute.  I have to source it
> manually in order to 'xhost +localhost'.  No doubt some other file needs to
> source .xsession.  I just don't know which would be appropriate.  It would sure
> be nice to see a simple flow chart of what happens when an X session is
> initiated, f.e., from xdm, from startx, etc.  Does anyone know of such a
> reference?
> 
> Thanks again to everyone who, in the true linux spirit, has been so helpful.  I
> contribute whenever I can.  I just have more questions than answers right now.
> I've begun filing all of these good responses, though, in hopes that I can pass
> the information on to somebody else.
> 
> Thanks again
> 
> Gree
<clip>
--
Rick L. Mantooth        [EMAIL PROTECTED]
http://www.why.net/users/rickdman/index.html
Lead me not into temptation, I can find it myself.


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to