https://bugs.kde.org/show_bug.cgi?id=425660
--- Comment #3 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit 1060c1a81af90aca94aef9aad3267dc3f16089ba by Nicolas Fella. Committed on 18/10/2020 at 18:40. Pushed by nicolasfella into branch 'master'. Add API for opening the KCM to daemon We have a few places that open the KCM, with different arguments. Centralize the implementation in one place. This makes it easier to switch to invoking systemsettings5 in the future (once https://invent.kde.org/plasma/systemsettings/-/merge_requests/11 is in). It also makes sure the relevant device is selected when clicking on a pairing notification. The function is exposed to DBus for the Plasmoid and potential third-party users. M +21 -0 core/daemon.cpp M +2 -0 core/daemon.h M +2 -2 daemon/kdeconnectd.cpp M +1 -2 plasmoid/package/contents/ui/FullRepresentation.qml M +1 -1 plasmoid/package/contents/ui/main.qml M +2 -1 plugins/runcommand/runcommandplugin.cpp https://invent.kde.org/network/kdeconnect-kde/commit/1060c1a81af90aca94aef9aad3267dc3f16089ba -- You are receiving this mail because: You are watching all bug changes.