From d1536ec455abc28a2bde34281d4b33cdad398436 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Fri, 29 May 2026 11:18:15 +0100 Subject: chore(thunderbird): switch flatpak app id to org.mozilla.thunderbird Upstream marked org.mozilla.Thunderbird end-of-life. Flathub split it into two replacement IDs: org.mozilla.thunderbird monthly release channel (new default) org.mozilla.thunderbird_esr ESR / long-term-support channel Move to the lowercase monthly-release flatpak, which is what Mozilla now recommends for regular desktop users and gets features at the same cadence as Firefox. Renamed references in: * meta/flatpak.txt - the package list the user installs from * meta/base.txt - comment in the mail-bits section * dot_config/sway/config - window-match app_id rule for marking * dot_config/mimeapps.list - mailto/ics/webcal handler .desktop names * run_onchange_after_deploy-thunderbird.sh.tmpl - profile path under ~/.var/app//.thunderbird/ * run_onchange_after_deploy-tb-eer.sh.tmpl - flatpak override target and sandbox path for External Editor Revived bridge * run_onchange_after_deploy-pteid-pkcs11.sh.tmpl - Mozilla-family flatpak NSS DB registration list * README.md - doc snippets and xdg-mime example On-host migration: flatpak install -y flathub org.mozilla.thunderbird # Preserve accounts, OpenPGP keys, calendars, EER bridge wrapper: mv ~/.var/app/org.mozilla.Thunderbird ~/.var/app/org.mozilla.thunderbird flatpak uninstall -y org.mozilla.Thunderbird chezmoi apply -v update-desktop-database ~/.local/share/applications 2>/dev/null || true Verify mail handler: xdg-mime query default x-scheme-handler/mailto # -> org.mozilla.thunderbird.desktop --- meta/base.txt | 2 +- meta/flatpak.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'meta') diff --git a/meta/base.txt b/meta/base.txt index 1f7cdd8..d22dc9c 100644 --- a/meta/base.txt +++ b/meta/base.txt @@ -189,7 +189,7 @@ wl-mirror # hardening overlay deployed by run_onchange_after_deploy-firefox.sh.tmpl) --- arkenfox-user.js -# --- mail (host-side bits the org.mozilla.Thunderbird flatpak depends on) --- +# --- mail (host-side bits the org.mozilla.thunderbird flatpak depends on) --- protonmail-bridge-core # git send-email Perl prereqs (SMTP via local Bridge on 127.0.0.1:1025) perl-authen-sasl diff --git a/meta/flatpak.txt b/meta/flatpak.txt index e63dfab..c94293a 100644 --- a/meta/flatpak.txt +++ b/meta/flatpak.txt @@ -13,7 +13,7 @@ io.github.ungoogled_software.ungoogled_chromium io.mpv.Mpv org.kde.okular org.libreoffice.LibreOffice -org.mozilla.Thunderbird +org.mozilla.thunderbird org.pwmt.zathura org.signal.Signal org.torproject.torbrowser-launcher -- cgit v1.3.1