Open
Bug 1935188
Opened 2 months ago
Updated 1 month ago
[Wayland] Clipboard sequence number is changed multiple times if the clipboard data is set by us
Categories
(Core :: Widget: Gtk, defect, P3)
Core
Widget: Gtk
Tracking
()
NEW
People
(Reporter: edgar, Unassigned)
References
(Blocks 1 open bug)
Details
After setting the data, the owner-change
signal is emitted later asynchronously, and we use the owner
field of GdkEventOwnerChange
to determine whether we need to handle it and increase the sequence number. However, this doesn’t work under Wayland, as it seems like the ower
field of GdkEventOwnerChange
is always nullptr
. As a result, the sequence number is increased multiple times when the data is set by us.
Reporter | ||
Updated•2 months ago
|
Assignee: echen → nobody
Blocks: gtkclipboard
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•