diff options
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 |
