Thank you,
That I did see in the documentation. vncconfig is called in the
xstartup script. But when using xinet to initiate a vncserver, the
xstartup never gets executed. I am trying to figure out how to set up
the xinet so it will call the vncserver as well as xstartup or vncconfig.
The following is a portion of my xinet.d service script for vnc
# The VNCSERVERS variable is a list of
service vncuser
{
protocol = tcp
socket_type = stream
wait = no
user = vncuser
server = /usr/bin/Xvnc
server_args = -inetd -query localhost -desktop vncuser:5901
-once -geometry 1280x1016 -IdleTimeout=0 -depth 16 -SecurityTypes=none
-UserPasswdVerifier=none -auth /home/vncuser/.Xauthority
}
service vncuserweb
{
protocol = tcp
socket_type = stream
wait = no
user = vncuser
server = /usr/bin/Xvnc
server_args = -inetd -query localhost -desktop vncuser:5801
-once -geometry 1280x1016 -IdleTimeout=0 -depth 16 -SecurityTypes=none
-UserPasswdVerifier=none -auth /home/vncuser/.Xauthority
}
The server= initiates the vncserver and the server_args= passes
configuration parameters. Most of the server_args are or can be in the
xstartup script. I just do not understand how to move this to another
script or add vncconfig here.
Thank you
joe
James Weatherall wrote:
> Hi Joe,
>
> Text copy & paste requires that vncconfig be running in the VNC X desktop.
>
> Regards,
>
> Wez @ RealVNC Ltd.
>
>
>
>> -----Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of Financial
>> Systems & Economic Analytics
>> Sent: 24 April 2006 12:44
>> To: [email protected]
>> Subject: cut copy and paste VNC Enterprise and xinet
>>
>> How does one get the cut copy and paste to automatically work
>> with VNC
>> enterprise? The Xstartup script does not get executed when
>> using xinet
>> on Redhat Linux RHEL4.
>>
>> Thank you
>> Joe
>>
>>
>> --
>> _______________________________________________
>> VNC-List mailing list
>> [email protected]
>> To remove yourself from the list visit:
>> http://www.realvnc.com/mailman/listinfo/vnc-list
>>
>>
>
>
>
--
_______________________________________________
VNC-List mailing list
[email protected]
To remove yourself from the list visit:
http://www.realvnc.com/mailman/listinfo/vnc-list