Please describe what you are doing to trigger the bug:
Trying to use Duplicacy as a systemd service under linux, running like a normal user (non-root):
# /etc/systemd/system/duplicacy.service
[Service]
User=user
Group=users
ExecStart=/usr/local/bin/duplicacy.sh
Credentials were previously saved in the keyring when run as a normal user.
If run directly by a normal user - everything works as expected, Duplicacy does not ask for authentication, getting credentials from the keyring
Please describe what you expect to happen (but doesn’t):
Duplicacy gets credentials from a normal user’s keyring and uses them to authenticate
Please describe what actually happens (the wrong behaviour):
Authentication error as if Duplicacy does not see normal user’s keyring