Hello,

here the result of adding some debugging code to urxvt to find the reason why
the selection is not pasted in urxvt.

Michael

---------- Forwarded message ----------
Date: Wed, 6 Nov 2013 09:31:13 +0200
From: Emanuele Giaquinta <emanuele.giaqui...@gmail.com>
To: rxvt-unic...@lists.schmorp.de
Subject: Re: urxvt and selection/clipboard issue with vncconect

On Wed, Nov 06, 2013 at 12:45:36AM +0100, Michael Traxler wrote:
> the output is the following if I paste the primary selection.
>
> XConvertSelection target: UTF8_STRING
> SelectionNotify property: 566

This is the problem. If tigervnc does not support the UTF8_STRING format
it should send a SelectionNotify event with a None property argument.
From

http://tronche.com/gui/x/icccm/sec-2.html#s-2.4

"If the property argument is None , the conversion has been refused.
This can mean either that there is no owner for the selection, that the
owner does not support the conversion implied by the target, or that the
server did not have sufficient space to accommodate the data.

If the property argument is not None , then that property will exist on
the requestor window."

Emanuele

_______________________________________________
rxvt-unicode mailing list
rxvt-unic...@lists.schmorp.de
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
Tigervnc-users mailing list
Tigervnc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-users

Reply via email to