https://bugs.kde.org/show_bug.cgi?id=501586
--- Comment #5 from Nate Graham <n...@kde.org> --- Git commit 68dc4d58e6a2a103298edede668ae1d27e7452ed by Nate Graham. Committed on 13/05/2025 at 13:05. Pushed by ngraham into branch 'master'. kcms/wallpaper: reload plugin combobox after model change Installing, uninstalling, or upgrading a wallpaper plugin causes a model reset. However the plugin combobox's value is set imperatively, and not updated after a model reset, so it becomes blank. To alleviate this, connect to a signal after that happens and refresh the combobox's contents and current index. M +6 -0 kcms/wallpaper/ui/main.qml M +3 -0 kcms/wallpaper/wallpapermodule.cpp https://invent.kde.org/plasma/plasma-workspace/-/commit/68dc4d58e6a2a103298edede668ae1d27e7452ed -- You are receiving this mail because: You are watching all bug changes.