Skip to content

Close kdeconnectd from kdeconnect-cli with DBus

As an attached process in kdeconnectd, dbus-daemon cannot be closed properly while kdeconnectd is closed by kdeconnect-indicator. This will lead to an unlimited dbus-daemon catastrophe like this:

image

Running kdeconnectd as a detached process and closing it via DBus makes sense.

To close it via DBus, make sure to register it on DBus through KDBusService.

Edited by Weixuan Xiao

Merge request reports