Everything KDE from git master on top of Fedora 36 STEPS TO REPRODUCE 1. Use "Accent color from wallpaper" in the Colors KCM 2. Set up a slideshow wallpaper 3. Wait a while OBSERVED RESULT After a certain number of changed wallpapers, the accent color stops updating. EXPECTED RESULT The accent color always keeps updating no matter how many times the wallpaper has changed ADDITIONAL INFORMATION Regression from Plasma 5.25; only started happening semi-recently in git master (AKA future Plasma 5.26).
*** This bug has been marked as a duplicate of bug 458430 ***
https://invent.kde.org/frameworks/kded/-/merge_requests/25 This may help
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kde-gtk-config/-/merge_requests/47
Git commit 3c2437815920856608a27361fe1da03e763742a5 by Fushan Wen. Committed on 04/10/2022 at 15:41. Pushed by fusionfuture into branch 'master'. kded: properly delete factory to fix file descriptor leak Not unloading the plugin loader will cause file descriptor leaks in kded, and when fd limit is reached, accent color can't be updated anymore because updating accent color requires writing to kdeglobals. This fixes the leak and also fixes the accent color bug. Related: bug 458430, bug 459870 FIXED-IN: 5.26 M +5 -5 kded/kwin_bridge/dummydecorationbridge.cpp M +2 -1 kded/kwin_bridge/dummydecorationbridge.h https://invent.kde.org/plasma/kde-gtk-config/commit/3c2437815920856608a27361fe1da03e763742a5
Git commit d5c646f151d1ac7e3fc7c5ff9178b000321a9ab6 by Fushan Wen. Committed on 04/10/2022 at 16:33. Pushed by fusionfuture into branch 'Plasma/5.26'. kded: properly delete factory to fix file descriptor leak Not unloading the plugin loader will cause file descriptor leaks in kded, and when fd limit is reached, accent color can't be updated anymore because updating accent color requires writing to kdeglobals. This fixes the leak and also fixes the accent color bug. Related: bug 458430, bug 459870 FIXED-IN: 5.26 (cherry picked from commit 3c2437815920856608a27361fe1da03e763742a5) M +5 -5 kded/kwin_bridge/dummydecorationbridge.cpp M +2 -1 kded/kwin_bridge/dummydecorationbridge.h https://invent.kde.org/plasma/kde-gtk-config/commit/d5c646f151d1ac7e3fc7c5ff9178b000321a9ab6