Re: kdeconnect broke for good with the last update
Reply #2 –
It appears you are sort of right.
But it's /usr/lib not /usr/libexec
/usr/share/dbus-1/services/org.kde.kdeconnect.service contains
[D-BUS Service]
Name=org.kde.kdeconnect
Exec=/usr/lib/kdeconnectd
And /usr/lib/kdeconnectd does not exist, /usr/bin/kdeconnectd does exist
In older package versions kdeconnectd was in /usr/lib/
It works here though. version kdeconnect 24.05.0-2
Even with this seeming discrepancy ?
kdeconnect-cli -a
- Galaxy S5: cfe1771a_2013_4e9e_913e_aa32f5e31034 (paired and reachable)
1 device found
I've never used the kdeconnect cli. I use the GUI for two things only. 'Find device' & writing long SMS texts on my PC.
I just tested both and both still work ?
As a workaround you could try a softlink from /usr/bin/kdeconnectd to /usr/lib/kdeconnectd
------------------------------
I've just looked a bit more wondering why it's working for me.
Also part of the package is /etc/xdg/autostart/org.kde.kdeconnect.daemon.desktop
Which (part) contains
[Desktop Entry]
Type=Application
Exec=/usr/bin/kdeconnectd
So on my system kdeconnectd is being started by an XDG autostart. If I manually kill kdeconnectd and then run kdeconnect-cli -a I get the same error as you
Symlinking actually made no difference to that error but manually running the symlink did start the deamon.
So there does seem to be issues with dbus starting kdeconnectd. But it should be started by the autostart anyway. Or at least is is for me.
Sorry for the slightly rambling post but I've been writing it while testing it.