#1589 closed task (fixed)
GTK3 clipboard support
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 2.2 |
Component: | client | Version: | trunk |
Keywords: | Cc: |
Description (last modified by )
Change History (3)
comment:1 Changed 5 years ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1589
Note: See
TracTickets for help on using
tickets.
Done in r16892 with one important caveat: we can't update the clipboard contents on the
SelectionData
object we're given with Gtk.SelectionData.set (no idea why), so we update the clipboard and claim ownership of it. (we own the token)This only works for text contents..