Brian Cameron wrote: > I'd recommend that you carefully review how the startup scripts work > in Solaris. They work as follows > > - the login program runs > - /usr/dt/config/Xsession.jds which runs > - /usr/dt/bin/Xsession which runs > - /usr/dt/config/Xsession2.jds which runs > - /usr/dt/config/Xinitrc.jds which runs > - gnome-session > ... > You probably want your standalone startx script to do as much of this > stuff as makes sense, if you want things to work well.
Even easier, just have your .xinitrc run Xsession.jds instead of having .xinitrc run gnome-session directly. That avoids the need to replicate or reinvent all of the things that this family of scripts does. Mike. -- mike.oliver at sun.com
