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)

defect

Tracking

()

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.

Assignee: echen → nobody
You need to log in before you can comment on or make changes to this bug.