https://bugs.kde.org/show_bug.cgi?id=500287
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Version Fixed In| |6.3.2 Latest Commit| |https://invent.kde.org/plas | |ma/plasma-workspace/-/commi | |t/30927e913945a36715d68c891 | |ba09aa872b1df97 Status|ASSIGNED |RESOLVED --- Comment #7 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit 30927e913945a36715d68c891ba09aa872b1df97 by Fushan Wen. Committed on 25/02/2025 at 02:38. Pushed by fusionfuture into branch 'master'. klipper: fix clipboard actions not setting clipboard for the first time HistoryModel::insert(QString) is for testing purpose only as the clip data needs some time to be saved, so the overload can't be used to set the clipboard. Let ClipCommandProcess manually manipulate the system clipboard and notify HistoryModel a new clip is available to update the history. FIXED-IN: 6.3.2 M +1 -1 CMakeLists.txt M +12 -14 appiumtests/applets/clipboardtest.py M +1 -1 klipper/CMakeLists.txt M +10 -3 klipper/clipcommandprocess.cpp M +2 -0 klipper/clipcommandprocess.h M +8 -5 klipper/klipper.cpp M +59 -55 klipper/systemclipboard.cpp M +6 -6 klipper/systemclipboard.h https://invent.kde.org/plasma/plasma-workspace/-/commit/30927e913945a36715d68c891ba09aa872b1df97 -- You are receiving this mail because: You are watching all bug changes.