https://bugs.kde.org/show_bug.cgi?id=461422
Alexander Lohnau <alexander.loh...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/commit/b9 |ma/plasma-desktop/commit/ea |602cad04e8b3f35585a2bad0223 |04ba432599e3012dc2f31829c70 |bf89f58dd29 |7600f0e2638 --- Comment #5 from Alexander Lohnau <alexander.loh...@gmx.de> --- Git commit ea04ba432599e3012dc2f31829c707600f0e2638 by Alexander Lohnau. Committed on 09/11/2022 at 20:25. Pushed by alex into branch 'Plasma/5.26'. kcms/runners: Fix org.kde.kconfig.notify DBus signal getting wrong plugin id Because we do not have metadata in most KCMs, we use the metadata from the plugin. If we do not explicitly define a pluginId, it gets derived from the filename. Meaning the pluginId of the KCM is different from the pluginId of the runner. However, when the RunnerManager receives this signal, it looks matches the runner pluginId and the pluginId of the KCM. (cherry picked from commit b9602cad04e8b3f35585a2bad0223bf89f58dd29) M +3 -3 kcms/runners/plasmasearch/kcm.cpp M +1 -1 kcms/runners/plasmasearch/kcm.h M +1 -1 kcms/runners/plasmasearch/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/ea04ba432599e3012dc2f31829c707600f0e2638 -- You are receiving this mail because: You are watching all bug changes.