Paste to but no cut from Xvnc?

Quentin Stafford-Fraser quentin "at" orl.co.uk
Fri, 19 Jun 1998 10:58:32 +0000


Yes, this is in the FAQ, though not very clearly, I must admit.  Cut and
paste from the X server got left out in 3.3.2.  It will be in the next
release. Until then, if you patch Xvnc/programs/Xserver/dix/property.c as
follows, it should work:

392a393,399
>
>     /* Addition for RFB X server */
>     if (pWin->parent == NullWindow) {
>       extern void rfbRootPropertyChange();
>       rfbRootPropertyChange(pProp);
>     }
>

Quentin

----
Dr Quentin Stafford-Fraser
The Olivetti & Oracle Research Lab
http://www.orl.co.uk/~qsf


> -----Original Message-----
> From: owner-vnc-list "at" orl.co.uk [mailto:owner-vnc-list "at" orl.co.uk]On
> Behalf Of Neil D Winton
> Sent: 19 June 1998 09:32
> To: vnc-list "at" orl.co.uk
> Subject: Paste to but no cut from Xvnc?
>
>
> Hi,
>
> I've been using vncviewer on NT through to Xvnc on Solaris for some
> time now (and I love it :-). Now I know that cut and paste is *supposed*
> to work for ASCII text in both directions. However, while I can paste
> data from the NT cut buffer into X applications nothing in the X cut
> buffer ever seems to make it back to NT (either in vncviewer or using
> a Java client). I have tried the usual things, using xcutsel to switch
> to either the primary or 0 buffer but neither seems to work. I've even
> checked the Xvnc code (this is 3.2.2) and rebuilt the server but with
> no joy ...
>
> Any suggestions?
>
>      Neil
>
>
>
>