Hi @Juergen, welcome to the forum ![]()
This means that DBus was working, but libsecret was not found.
With Duplicati 2.3 we are attempting to detect a secure way to store the database encryption passphrase, and the intention is to simply skip this step if no suitable method is found.
In this case the check is crashing because a working desktop is found but libsecret is not, so it partially starts up.
I have made a fix that we will include in a later patch release:
For now, you can workaround this by either:
- Install
seahorseorlibsecretwhich will allow Duplicati to have secure storage of the database encryption key - Set the
--disable-db-encryption=truecommandline option (orDUPLICATI__DISABLE_DB_ENCRYPTION=trueenvironment variable).
The first option enables the encryption, the latter simply ignores it.