Opened 9 months ago
Closed 7 months ago
#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 (2)
comment:1 Changed 9 months ago by
Description: | modified (diff) |
---|---|
Status: | new → assigned |
comment:2 Changed 7 months ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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..