Hello Steve Waltner,

The following xstartup is what I use to terminate Xvnc when I exit out from any
Window Manager.  Works great for me.  Hope VNC could implantment this on the
next release.

--- xstartup
#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
twm

# When twm exit or any WM exit, the next two lines will terminate the current
vncsever
DisPlay=`echo $DISPLAY | cut -f2 -d:`
vncserver -kill :$DisPlay
--- end of xstartup


*********************************************************************
* Tony Shum,       Email: [EMAIL PROTECTED]      (781) 937-1656  *
* Analog Devices,  MS 111,  804 Woburn St.,  Wilmington,  MA 01887  *
*********************************************************************
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to [EMAIL PROTECTED]
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------

Reply via email to