Comment 18 for bug 1871030

Revision history for this message
In , Linut (linut) wrote :

(In reply to Forest from comment #12)
> However, I think a better fix would be to identify
> whatever is making org.kde.kdeconnect d-bus requests at session startup, and
> prevent that instead.

I'd say the better fix would be to remove the xdg autostart variant and instead provide a systemd user unit that starts kdeconnect.
Since Plasma is started by systemd units nowadays, this step seems to be the logical solution, I'd say.
That way, the user can enable/disable it like other user services.
I'll try to implement and test that during the holidays.

It should also be possible to actually only start kdeconnect if there is a request on the appropriate port.
e.g. some distributions start sshd only if there is a request on the port. (via the sshd.socket unit)