https://bugs.kde.org/show_bug.cgi?id=498341
--- Comment #41 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit a0e02854f5874100bcc0b4d12531f539ef950484 by Fushan Wen. Committed on 10/04/2025 at 14:46. Pushed by fusionfuture into branch 'master'. systemclipboard: use QFile to write data to file descriptor Someone in the bugreport says CopyQ is better than Plasma's clipboard manager. I checked the difference and CopyQ uses QFile to write data to a file descriptor. QFile will check if all bytes are written, and when not all bytes are written and there is no error, QFile will continue writing to the file descriptor. M +14 -2 src/systemclipboard/waylandclipboard.cpp https://invent.kde.org/frameworks/kguiaddons/-/commit/a0e02854f5874100bcc0b4d12531f539ef950484 -- You are receiving this mail because: You are watching all bug changes.