VNC server not using xstartup on Solaris 7

Lichaa, Haim haim.lichaa "at" intel.com
Wed, 18 Jul 2001 11:53:15 +0000


Make sure that you place these files under $HOME/.vnc (the home directory
for the user that starts the vncserver).

Haim Lichaa
Intel Corp.
TSG-Unix Fab-18
Qiryat Gat, Israel
haim.lichaa "at" intel.com
phone: 972-8-6664259
Cel:     056-386308
Pager: 7983

 -----Original Message-----
From: 	Lichaa, Haim [mailto:haim.lichaa "at" intel.com] 
Sent:	Wed, July 18, 2001 1:40 PM
To:	'vnc-list "at" uk.research.att.com'
Subject:	RE: VNC server not using xstartup on Solaris 7

Erase all of the lines except for the #!/bin/sh and add
/usr/dt/bin/Xsession&.

Haim Lichaa
Intel Corp.
TSG-Unix Fab-18
Qiryat Gat, Israel
haim.lichaa "at" intel.com
phone: 972-8-6664259
Cel:     056-386308
Pager: 7983

 -----Original Message-----
From: 	Edric Bulalacao [mailto:egb "at" tonesoft.com] 
Sent:	Tue, July 17, 2001 7:06 PM
To:	vnc-list-digest "at" uk.research.att.com
Subject:	VNC server not using xstartup on Solaris 7

I've got the latest VNC installed on Solaris 7.  I'm executing VNC through
inetd.  I'd like to use an alternate window manager besides CDE.  My
xstartup is as follows:

#!/bin/sh

xrdb $HOME/.Xresources
xsetroot -solid grey
xterm -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" &
twm &

I've even deleted the /.vnc/xstartup file and it still defaults to CDE.
After doing so, I searched all my filesystems for xstartup and verified that
I didn't have any more.

I added this in /etc/services:
vnc-800x600x8   5951/tcp

I added this in /etc/inetd.conf:
vnc-800x600x8   stream  tcp     nowait  root  /usr/local/vnc/Xvnc-51 Xvnc

My /usr/local/vnc/Xvnc-51 is:
/usr/local/vnc/Xvnc -inetd -query localhost -once -fp
tcp/localhost:7100 -geometry 800x600 -depth 8

How can I force VNC to read my xstartup script?  Thanks.
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to majordomo "at" uk.research.att.com
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to majordomo "at" uk.research.att.com
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, send a message with the line: unsubscribe vnc-list
to majordomo "at" uk.research.att.com
See also: http://www.uk.research.att.com/vnc/intouch.html
---------------------------------------------------------------------