QtService icon indicating copy to clipboard operation
QtService copied to clipboard

Can't set a dbus object path - fixed value

Open skovatch opened this issue 2 years ago • 1 comments

In the systemd implementation there is a hard-coded dbus object path:

const QString SystemdServiceBackend::DBusObjectPath = QStringLiteral("/de/skycoder42/QtService/SystemdServiceBackend");

I can't see any way to change this. Can this be changed into a property so I can override/set it?

skovatch avatar Jan 10 '22 21:01 skovatch

Feel free to create a PR to make this configurable

Skycoder42 avatar Jan 12 '22 07:01 Skycoder42