Xpra: Ticket #2535: x11 selection: correct implementation of ICCCM section 4.3

Split from #2533 (see ticket:2533#comment:4). Instead of setting the VERSION as a string, we should be using:

outdata.set("INTEGER", 32, pack("@ii", 2, 0))

But since the gi bindings don't expose the method we need... this is going to require a lot of work. Either replacing Gtk.Clipboard with our native x11.clipboard module, or using some cython glue code.



Thu, 06 Feb 2020 08:34:54 GMT - Antoine Martin: status, milestone changed

See docstring in r24838.


Sat, 23 Jan 2021 05:53:54 GMT - migration script:

this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2535