https://bugs.kde.org/show_bug.cgi?id=500287
Fushan Wen <qydwhotm...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-workspace/-/commi |ma/plasma-workspace/-/commi |t/30927e913945a36715d68c891 |t/c8f84785e59d1cffdbd82b7bc |ba09aa872b1df97 |4b448ee124d6c62 --- Comment #8 from Fushan Wen <qydwhotm...@gmail.com> --- Git commit c8f84785e59d1cffdbd82b7bc4b448ee124d6c62 by Fushan Wen. Committed on 25/02/2025 at 03:09. Pushed by fusionfuture into branch 'Plasma/6.3'. 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 (cherry picked from commit 30927e913945a36715d68c891ba09aa872b1df97) 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/c8f84785e59d1cffdbd82b7bc4b448ee124d6c62 -- You are receiving this mail because: You are watching all bug changes.