We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Issue migrated from trac ticket # 2013
component: clipboard | priority: minor | resolution: fixed
It just requests the targets over and over... do_selection_request_event(<gtk.gdk.Event at 0x7f90910f7b70: GDK_SELECTION_REQUEST selection=CLIPBOARD, target=TARGETS, property=XAWT_TARGETS_OF_SELECTION:CLIPBOARD>) target for CLIPBOARD: 'TARGETS' do_selection_request_event(<gtk.gdk.Event at 0x7f90910f7b70: GDK_SELECTION_REQUEST selection=CLIPBOARD, target=TARGETS, property=XAWT_TARGETS_OF_SELECTION:CLIPBOARD>) target=TARGETS, selection=CLIPBOARD do_selection_get(<GtkSelectionData at 0x7ffe41037310>, 0, 0) selection=CLIPBOARD We should be able to cache the last value of TARGETS and re-use it when we see XAWT_TARGETS_OF_SELECTION:CLIPBOARD.
It just requests the targets over and over...
do_selection_request_event(<gtk.gdk.Event at 0x7f90910f7b70: GDK_SELECTION_REQUEST selection=CLIPBOARD, target=TARGETS, property=XAWT_TARGETS_OF_SELECTION:CLIPBOARD>) target for CLIPBOARD: 'TARGETS' do_selection_request_event(<gtk.gdk.Event at 0x7f90910f7b70: GDK_SELECTION_REQUEST selection=CLIPBOARD, target=TARGETS, property=XAWT_TARGETS_OF_SELECTION:CLIPBOARD>) target=TARGETS, selection=CLIPBOARD do_selection_get(<GtkSelectionData at 0x7ffe41037310>, 0, 0) selection=CLIPBOARD
We should be able to cache the last value of TARGETS and re-use it when we see XAWT_TARGETS_OF_SELECTION:CLIPBOARD.
TARGETS
XAWT_TARGETS_OF_SELECTION:CLIPBOARD
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Done as part of #812.
No branches or pull requests
Issue migrated from trac ticket # 2013
component: clipboard | priority: minor | resolution: fixed
2018-10-28 04:47:33: antoine created the issue
The text was updated successfully, but these errors were encountered: