Skip to content

refactor kcm devices model and replace plugin with dbus interface

Aditya Mehra requested to merge refactor/kcm_devices_model into master

Removes the remote controllers plugin as it was trying to initiate another instance of plasma-remotecontrollers and connection manager to serve the devices model. The devices model used by the KCM is now served by a DBus interface and should fix https://bugs.kde.org/show_bug.cgi?id=465203

Merge request reports