summaryrefslogtreecommitdiff
path: root/.env
diff options
context:
space:
mode:
Diffstat (limited to '.env')
-rw-r--r--.env6
1 files changed, 5 insertions, 1 deletions
diff --git a/.env b/.env
index bd226b6..72f98b1 100644
--- a/.env
+++ b/.env
@@ -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