These don't work: sudo update-rc.d kdeconnectd disable sudo systemctl disable kdeconnectd.service
There is no script for it in /etc/init.d/ and the /usr/share/dbus-1/services/org.kde.kdeconnect.service file only has Exec=/usr/lib/x86_64-linux-gnu/libexec/kdeconnectd set
sysv-rc-conf, rcconf and bum don't list kdeconnect.
/etc/xdg/autostart/kdeconnectd.desktop looks like this:
[Desktop Entry]
Type=Application
Exec=/usr/lib/x86_64-linux-gnu/libexec/kdeconnectd
X-KDE-StartupNotify=false
X-KDE-autostart-phase=0
X-GNOME-Autostart-enabled=false
OnlyShowIn=KDE;GNOME;Unity;XFCE;
NoDisplay=true
(Kdeconnectd has port 1716 open all the time when running.) It's not just starting automatically when booting but also a while after ending the process without me opening it.
I'm running Debian 9/KDE.
Update: it may be related to a problem with the Dolphin file-explorer: when running dolphin and just navigating around or waiting after a while I'm getting this output which I reported here:
org.kde.kcoreaddons: Error loading plugin "akregatorplugin" "The shared library was not found."
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin")
The environment variable QT_PLUGIN_PATH might be not correctly set
error activating kdeconnectd: QDBusError("", "")
Cannot initialize model with data QJsonObject() . missing: QJsonValue(string, "urls")