kdeconnect suddenly stopped working, gives errors like `QDBusError("org.freedesktop.DBus.Error.Spawn.ExecFailed", "Failed to execute program org.kde.kdeconnect: No such file or directory")`
Not sure if this is a weird problem unique to my own system,
or if maybe other people using tuxedo-OS have gotten it?
EDIT:
This seems to be the solution (at least for now):
https://www.reddit.com/r/tuxedocomputers/comments/1f8kc1j/kdeconnect_suddenly_stopped_working_gives_errors/llffq38/?context=3
(thanks /u/sf-keto ! :D )
Although, I still have no idea why this bug suddenly occurred.
I also added a comment on the bug-tracker here:
https://bugs.kde.org/show_bug.cgi?id=489343#c4
which seems to be the same thing
(and also marked it as the solution on my discuss.kde.org post)
EDIT:
To be explicit, in my case, I only needed to run:
$ /usr/bin/kdeconnectd &;disown
[the "disown" part is specific to fish-shell, I assume]
and then it just worked fine on my next reboot,
without me ever monkeying with any dbus stuff or whatever
(
like, I didn't need to edit anything like:
/usr/share/dbus-1/services/org.kde.kdeconnect.service
or:
/etc/xdg/autostart/org.kde.kdeconnect.daemon.desktop
or anything under:
~/.config/autostart/
)