Default brew install --cask thunderbird
command installs release instead of esr
#191272
Closed
6 tasks done
Verification
--force
.brew update-reset && brew update
and retried my command.brew doctor
, fixed as many issues as possible and retried my command.Description of issue
If this is desired behavior, I apologize for wasting your time, but I think this should really be handled differently.
Issue
brew install --cask thunderbird
fetches the release version of thunderbird. I know the name is confusing if not downright misleading, but this is not the default or intended version of thunderbird. Instead the esr version (which is also available viabrew install --cask thunderbird@esr
, thanks for this!) should be used. Three pieces of evidence to support this claim:Using this (monthly) release version could put users at risk of data loss or deteriorate user experience with thunderbird and brew. In my humble opinion this should be changed, even if the name "release" would suggest stability. Additionally, as happened to me, users may realize the mistake and install the supported release again, only to find that the profile modified by the new and unstable version is no longer compatible with the stable esr version. This forces you to set the app up again completely from scratch.
Solution
Replace the default beaviour with the one found in
thunderbird@esr
, instead creating a new version called for examplethunderbird@release
or maybe more clearlythunderbird@monthly
Thank you for your time and effort, I appreciate all that you do!
Command that failed
None
Output of command with
--verbose --debug
Output of
brew doctor
andbrew config
Output of
brew tap
The text was updated successfully, but these errors were encountered: