On Wednesday 28 June 2006 03:01, [EMAIL PROTECTED] 
wrote:
> Cheers for that - almost what I want :-)
>
> The problem I am having is removing the lock files. If i put *Anything*
> in a ~/.xsession file, I can no longer log in. The display manager
> relaunches itself and gives the login prompt again.
>
> I am using KDE, and have looked at the xsession.options - it should be
> allowing a .xsession file.
>
> Any ideas?
>
> Peter Billson wrote:
> > Don,
> >   Launch Firefox from a script that simply relaunches it when closed.
> >
> >   You can find such a script at: http://www.elbnet.com/libsys-2006/parts/
> >
> >   as well as an example xsession file.

To say again what you've been told:
your xsession must end with the window manager command and not block until 
then:
eg WRONG
---------
echo hello folks
xterm
start-kde

eg RIGHT
--------
echo hello folks
xterm &
start-kde

James

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to