Closed ovari closed 4 years ago
Upstream recommendation is to not ship updates until 78.2 version is released. Until then I plan to publish 78.x in flathub beta repository.
Will Thunderbird beta be available via Flathub? Thank you
Yes, first upload will be available within few hours. After that you can do:
For local user installation:
flatpak remote-add --user flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak update --appstream
flatpak install --user flathub-beta org.mozilla.Thunderbird//beta
For system-wide installation:
flatpak remote-add flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak update --appstream
flatpak install flathub-beta org.mozilla.Thunderbird//beta
Then:
flatpak run org.mozilla.Thunderbird//beta
Yes, first upload will be available within few hours.
Linux Mint supports Flathub as Thunderbird (Flathub) is shown in the image below.
Will Thunderbird beta be available using the operating system’s Software Manager
if it supports Flathub (i.e. without the Terminal)?
Thank you once again.
In KDE Discover when I chose Thunderbird flatpak then I can switch between flathub and flathub-beta versions. I don't know about Mint store app though.
Can the Thunderbird (Flatpak) beta
please be updated to Thunderbird 78.1.0?
https://www.thunderbird.net/thunderbird/78.1.0/releasenotes/
Thank you
Done. It will be published within few hours.
Can the Flatpak beta branch be updated with Thunderbird 78.2.0-pre build1? Thank you
I don't know what this build is. I'll wait until it get some official status: https://hg.mozilla.org/releases/comm-esr78/tags https://www.thunderbird.net/en-US/thunderbird/releases/
There was an email from Wayne Mery vseerror@lehigh.edu (The release team) to tb-planning tb-planning@mozilla.org.
Can you email Wayne Mery?
An excerpt from his email is shown below for your convenience.
Please give 78.2.0-pre build1 a good hammering in the next 2-3 days. Check the list of fixed bugs at the end of this email. If you see a bug, then report a bug* set component, summary, steps to reproduce, provide screen shot, etc. If not a regression, please remove regression keywords before clicking Submit.
Some performance issues have been fixed. If you have been seeing performance issues and you still have performance issues after installing 78.2.0-pre, please include a profile with your bug report.
If you have time, try some of the smoketest instructions below.
Note: Enigmail users are still cautioned to not test unless you know what you are doing 😉
Download links: Linux 32 Linux 64 Mac Win32 Win64 If you have difficulty, email me or find someone on chat https://chat.mozilla.org/#/room/#maildev:mozilla.org
Thanks for helping with Thunderbird quality.
Ok, but this seems to be a some kind of test release while currently beta
is used for stable releases (although not recommended for use yet). I think I won't be able to get it with update script I use.
I think you should wait for the official 78.2.0 release build
There is a beta flatpak branch which is currently Thunderbird 78.1.1
. This was about updating Thunderbird beta flatpak from 78.1.1
to 78.2.0-pre build1
.
With 78.1 installed from flathub-beta I keep getting this window popup whenver I start Thunderbird. Any idea what could cause this?
I don't know. Maybe lack of gpg permissions?
Can you try Flatseal to enable gpg permissions? If you find a solution, perhaps you can report it back here to enable it by default without Flatseal? What do you think? Thank you
Can Thunderbird flatpak be updated to version 78.2.0 as it is showing at https://www.thunderbird.net/en-US/thunderbird/all/
Thank you
With 78.1 installed from flathub-beta I keep getting this window popup whenver I start Thunderbird. Any idea what could cause this?
@kaimast is your issue fixed with https://github.com/flathub/org.mozilla.Thunderbird/commit/4177335129de58faa974a890565e37037f3672bd?
The first "stable" 78.x release was postponed to 78.2.1 this is why 78.2.0 is still in flathub beta branch.
With 78.1 installed from flathub-beta I keep getting this window popup whenver I start Thunderbird. Any idea what could cause this?
@kaimast is your issue fixed with 4177335?
I don't think so. I also tried adding permissions manually but it didn't help.
Let me know if there's anything else I can do to debug this.
Thunderbird Release Notes Version 78.2.1, first offered to channel users on August 31, 2020 https://www.thunderbird.net/en-US/thunderbird/78.2.1/releasenotes/
Unfortunately this is still direct download update which means they don't consider it stable yet. I'll update it in beta branch then.
78.2.1 will be published within few hours in beta. I was told 78.2.2 is current target for first stable release.
Thunderbird Release Notes Version 78.2.2, first offered to channel users on September 10, 2020 https://www.thunderbird.net/en-US/thunderbird/78.2.2/releasenotes/
Is this a typo:
Thunderbird version 78.2.2 is only offered as direct download from thunderbird.net and not as an upgrade from Thunderbird version 68 or earlier.
On 9/10/20 5:05 PM, ovari wrote:
Thunderbird Release Notes Version 78.2.2, first offered to channel users on September 10, 2020 https://www.thunderbird.net/en-US/thunderbird/78.2.2/releasenotes/ https://www.thunderbird.net/en-US/thunderbird/78.2.2/releasenotes/
Is this a typo:
Thunderbird version 78.2.2 is only offered as direct download from thunderbird.net and not as an upgrade from Thunderbird version 68 or earlier.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/flathub/org.mozilla.Thunderbird/issues/120#issuecomment-690730989, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABU6R54LZUH54V5AZZDMUTSFE5SRANCNFSM4O5OXP4A.
No typo. It is still correct that we are not yet offering upgrades.
78.2.2 will be published in flathub beta in few hours.
The email account does not seem to be there once Thunderbird has been updated to version 78.2.2.
However, the Account Settings
show the email account
Is this reproducible?
Thank you
@ovari I just updated and have the exact same problem.
This may be upstream regression, try reporting at https://bugzilla.mozilla.org/describecomponents.cgi?product=Thunderbird
Others are reporting similar issues: https://bugzilla.mozilla.org/show_bug.cgi?id=1664607 https://bugzilla.opensuse.org/show_bug.cgi?id=1176384
@ovari @kaimast can you try if https://github.com/flathub/org.mozilla.Thunderbird/pull/138#issuecomment-691518144 fixes this for you?
@ovari @kaimast can you try if #138 (comment) fixes this for you?
Looking at the diff, I am fairly certain it will fix my issue. I can test if needed, but am not really sure how to build the flatpak.
Running make from the repo seems to build the stable version not the beta. Are there build instructions somewhere?
@kaimast you don't need to build anything, just run install command from mentioned comment however I pushed different upstream fix to beta channel so it will be available there soon if not already.
@kaimast you don't need to build anything, just run install command from mentioned comment however I pushed different upstream fix to beta channel so it will be available there soon if not already.
No sure how I missed this. Probably lack of caffeine :smile:
It looks indeed like that build fixes it for me.
@Erick555 fixed thanks
78.2.2 updates are live as of two hours ago.
@wsmwk can Thunderbird 78.2.2 now be released in the main flathub branch?
I don't know how to answer your question. If your question is do we consider 78 to be stable, the answer is yes. And we did indeed enable updates for 68 -> 78. Though that can change over the next week.
@wsmwk I think @ovari asked if https://flathub.org/apps/details/org.mozilla.Thunderbird could point to 78.2.2. For now, it seems to point to 68.12.0
Thunderbird Release Notes Version 78.3.0, first offered to channel users on September 24, 2020 https://www.thunderbird.net/en-US/thunderbird/78.3.0/releasenotes/
TB 78.3.0 is available in beta and PR against master is opened here. I'm going to merge it soon if there aren't issues reported. It would be nice if someone can test openpgp functionality though. I wonder if full gpg permission set is still needed.
78.3.1 is coming out with a crash fix.
On 9/25/20 2:13 PM, Erick555 wrote:
TB 78.3.0 is available in beta and PR against master is opened here https://github.com/flathub/org.mozilla.Thunderbird/pull/140#issuecomment-698966417. I'm going to merge it soon if there aren't issues reported. It would be nice if someone can test openpgp functionality though. I wonder if full gpg permission https://github.com/flathub/org.mozilla.Thunderbird/pull/140/files#diff-223201d5d708524c057e5e615210ba98R37 set is still needed.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/flathub/org.mozilla.Thunderbird/issues/120#issuecomment-699077775, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABU6RZG3IP64HT6B6US32TSHTMVTANCNFSM4O5OXP4A.
78.3.0 was shipped yesterday, Thursday 24th September 2020, but pulled back because of a crash. 78.3.1 is probably next week.
Thunderbird Release Notes Version 78.3.1, first offered to channel users on September 26, 2020 https://www.thunderbird.net/en-US/thunderbird/78.3.1/releasenotes/
@Erick555 can Thunderbird 78.3.1 now be released in the main flathub branch?
I'll update the PR and give it another 24h in case something else pop up.
Can Thunderbird 78.3.1 be released in the beta flathub branch?
Wayne Mery wrote: On 9/25/20 3:11 PM, Wayne Mery wrote:
78.3.0 was shipped yesterday, Thursday, but pulled back because of a crash. 78.3.1 is probably next week.
Updates from 68 are still turned off.
78.3.1 went live this morning. Crash is gone
82.0b1 shipped last night
I'll update the PR and give it another 24h in case something else pop up.
@Erick555 can Thunderbird 78.3.1 now be released in the main flathub branch?
Thank you
@Erick555 any idea how long it takes the pull request to be approved in Flathub?
Thunderbird Release Notes Version 78.0, first offered to channel users on July 17, 2020 https://www.thunderbird.net/thunderbird/78.0/releasenotes/