diff options
| author | Mehdi Sadeghi <mehdi@mehdix.org> | 2024-10-28 06:44:29 +0100 |
|---|---|---|
| committer | Mehdi Sadeghi <mehdi@mehdix.org> | 2024-10-28 12:13:35 +0100 |
| commit | 0292495bc60b725a9e790ff2fbef2d0cdb0c8671 (patch) | |
| tree | 9ae0556153048a3e1a8f82584746ac37279d6ed3 /.env | |
| parent | fff7d4005078e26c93d64bf1cf1f63440a21fd0e (diff) | |
Diffstat (limited to '.env')
| -rw-r--r-- | .env | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -63,5 +63,9 @@ export GPG_TTY="$(tty)" gpg-connect-agent updatestartuptty /bye >/dev/null # Null keyring for python - avoids problems with wallets -export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring +# And causes problems too! Gajim was unable to use kwallet +# See https://github.com/philipn/python-keyring-lib/blob/master/README.rst +# for more options to configure python keyring +#export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring +#export PYTHON_KEYRING_BACKEND=keyring.backends.kwallet.DBusKeyring |
