When changing the clipboard contents the current code emits a lot of noise on the X11 connection, it clears the contents and verifies it's empty before settings the new content.
This non-atomic operation is problematic for desktop environments with clipboard managers that try to replace an empty clipboard. It becomes racey with us setting our new contents.
See #26265
https://github.com/wxWidgets/wxWidgets/pull/26278
(1 file)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@davidedmundson pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
@davidedmundson pushed 1 commit.
—
View it on GitHub or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
Thanks David! Other than (presumably accidental?) change to submodules, this looks fine to me, so I'll merge this if there are no objections.
And this is probably safe to backport to 3.2 too, at least I can't think of anything this change could break, can anyone else?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
And this is probably safe to backport to 3.2 too,
Yeah, I did my main real-world testing for the actual bugfix against 3.2.
I can't see anything that would break.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()