Open brunakov opened 3 years ago
This sounds like the dbus/UI stuff for pantalaimon isn't installed which is optional and usually isn't installed on a headless machine.
is there a fix for that ?
The readme states that this should install the UI
part:
pip install pantalaimon[ui]
I think I have already tried that with no luck. Will check again and let you know
The readme states that this should install the
UI
part:pip install pantalaimon[ui]
just tried this but unfortunately panctl
gives me the same error : Error, g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.pantalaimon1 was not provided by any .service files (2)
The above error is when I run pantalaimon through systemd. If run with pantalaimon --log-level debug
from terminal
, panctl
works correctly!
Same here, running Debian 11, Bullseye.
I can reproduce the error under NixOS 20.09 with pantalaimon 0.10.2 when starting it as a systemd user service.
Edit: The issue seems to be resolved by adding Requires=dbus.socket
to the systemd user unit definition.
Requires=dbus.socket
i added Requires=dbus.socket but it doesn't resolve mine.
Having installed pantalaimon with pip, running
panctl
from the command line gives me :Error, g-dbus-error-quark: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.pantalaimon1 was not provided by any .service files (2)
. I am running pantalaimon as a systemd service and I don't see any errors being reported.Desktop :