https://bugs.kde.org/show_bug.cgi?id=411317
--- Comment #10 from Nate Graham <n...@kde.org> --- To make the Apply button (which I am changing to "Save" in https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/1034) instantly apply the changes, we need a way for the dialog to communicate with the base KCM. They are in fact separate apps. Right now their only source of communication is that the KCM reads the exit status of the editor app when its window is closed. Probably we would need for the KCM to expose a DBus "Apply right now" method, and then the editor window would call it when clicking the "Save" button. I might look into this if I'm ever in a masochistic mood, as doing anything with DBus always ruins the rest of my day. Overall, this is screaming out for the editor to be integrated into the KCM itself as a sub-page, rather than a separate windowed app. -- You are receiving this mail because: You are watching all bug changes.