From 0292495bc60b725a9e790ff2fbef2d0cdb0c8671 Mon Sep 17 00:00:00 2001 From: Mehdi Sadeghi Date: Mon, 28 Oct 2024 06:44:29 +0100 Subject: Add new i3 placeholders; cleanup --- .env | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to '.env') 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 -- cgit v1.2.3