this post was submitted on 09 May 2024
50 points (100.0% liked)
KDE
5313 readers
202 users here now
KDE is an international technology team creating user-friendly free and open source software for desktop and portable computing. KDE’s software runs on GNU/Linux, BSD and other operating systems, including Windows.
Plasma 6 Bugs
If you encounter a bug, proceed to https://bugs.kde.org/, check whether it has been reported.
If it hasn't, report it yourself.
PLEASE THINK CAREFULLY BEFORE POSTING HERE.
Developers do not look for reports on social media, so they will not see it and all it does is clutter up the feed.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I suspect @mox is confused somehow - as far as I know, KDEConnect does not provide any system service interface so systemd can handle it. It all happens in the KDE user session.
I know this because I don't use systemd and have KDEConnect working and autolaunching here.
Then you are mistaken.
Read the bug report, and look at /usr/share/dbus-1/services/org.kde.kdeconnect.service . I have observed the same behavior described there.
Well now I don't know who to believe!
@mox
That's not a systemd service definition, it's a dbus one
@m4
It's both. They can work together to accomplish the the launch.
https://dbus.freedesktop.org/doc/dbus-daemon.1.html#session_services
There are cases where systemd doesn't take part, but that's irrelevant to the point I made. (Nevertheless, my follow-up comment did mention dbus.)
https://github.com/boredsquirrel/kde-systemd-services
This will for sure come up when making something compatible with only systemd.
Even though this should also be very possible to implement in sysvinit etc.