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
[email protected]
http://lists.schmorp.de/cgi-bin/mailman/listinfo/rxvt-unicode

Reply via email to