https://bugs.kde.org/show_bug.cgi?id=497735
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kguiaddons/-/commit/ | |cdb2f1bb75850b2823d2a47eee9 | |eabc7cef80d7b --- Comment #5 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit cdb2f1bb75850b2823d2a47eee9eabc7cef80d7b by Fushan Wen, on behalf of David Edmundson. Committed on 25/12/2024 at 01:27. Pushed by fusionfuture into branch 'master'. systemclipboard: Cache mimetypes after retrieval For a given data offer there is no need to fetch the same data multiple types for the same mimetype. At best it's wasteful, at worse some applications quit when their mimedata is fetched such as wl-paste or spectacle and the second time will fail. This brings the clipboard implementation in line with upstream Qt. This is important as from Qt6.9 this backend can be dropped. M +9 -0 src/systemclipboard/waylandclipboard.cpp https://invent.kde.org/frameworks/kguiaddons/-/commit/cdb2f1bb75850b2823d2a47eee9eabc7cef80d7b -- You are receiving this mail because: You are watching all bug changes.