Opened 14 months ago
Last modified 5 weeks ago
#2535 assigned defect
x11 selection: correct implementation of ICCCM section 4.3
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | server | Version: | 3.0.x |
Keywords: | Cc: |
Description
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.
Change History (2)
comment:1 Changed 13 months ago by
Milestone: | 4.0 → 5.0 |
---|---|
Status: | new → assigned |
comment:2 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2535
Note: See
TracTickets for help on using
tickets.
See docstring in r24838.