Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GTK3 clipboard support #1589

Closed
totaam opened this issue Jul 20, 2017 · 5 comments
Closed

GTK3 clipboard support #1589

totaam opened this issue Jul 20, 2017 · 5 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Jul 20, 2017

Issue migrated from trac ticket # 1589

component: client | priority: major | resolution: fixed

2017-07-20 14:20:50: antoine created the issue


This is going to be fun, not.

Split from #640. See also #1568 for generic python 3 issues.

Might be a good time to bypass gtk completely: #812.

@totaam
Copy link
Collaborator Author

totaam commented Jul 20, 2017

2017-07-20 17:43:39: antoine changed status from new to assigned

@totaam
Copy link
Collaborator Author

totaam commented Jul 20, 2017

2017-07-20 17:43:39: antoine edited the issue description

@totaam
Copy link
Collaborator Author

totaam commented Sep 17, 2017

2017-09-17 13:04:37: antoine changed status from assigned to closed

@totaam
Copy link
Collaborator Author

totaam commented Sep 17, 2017

2017-09-17 13:04:37: antoine set resolution to fixed

@totaam
Copy link
Collaborator Author

totaam commented Sep 17, 2017

2017-09-17 13:04:37: antoine commented


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..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant