From a4d17b65aae636155fcc338414dc837866fdedc0 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 10 Apr 2026 20:16:24 +0300 Subject: [PATCH] thunderbird: remove ProfileManager, allow downgrade --- bash/usr-local-bin/thunderbird | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/thunderbird b/bash/usr-local-bin/thunderbird index 5f438be..e58850f 100755 --- a/bash/usr-local-bin/thunderbird +++ b/bash/usr-local-bin/thunderbird @@ -7,7 +7,7 @@ set -x export MOZ_ENABLE_WAYLAND=1 -FlagsForThunderbird="--ProfileManager $@" +FlagsForThunderbird="--allow-downgrade $@" # Thunderbird (stable, beta) and signatures: https://releases.mozilla.org/pub/thunderbird/releases/ if [ -f ~/.local/thunderbird/thunderbird ]; then