LibreWolf is to Firefox what BetterBird is to Thunderbird?
LibreWolf is to Firefox what BetterBird is to Thunderbird?

Betterbird. Simply better. A soft fork of Mozilla Thunderbird

Had never heard of this before today. Anyone tried it?
LibreWolf is to Firefox what BetterBird is to Thunderbird?
Betterbird. Simply better. A soft fork of Mozilla Thunderbird
Had never heard of this before today. Anyone tried it?
You're viewing a single thread.
BetterBird is great. I got it running via Birdtray under Cinnamon with some minor tinkering in the birdtray-config.json file.
How did you get it working? I am using the latest Mint with Cinnamon, Betterbird flatpak with Birdtray flatpak. I setup the directory for my two email inboxes and it displays the joint counter on BT icon. However whenever I open BT it opens BB and gives an error and keeps BB open over anything else.
birdtray-config.json
Edit the following strings:
"advanced/tbcmdline": [ "/usr/bin/flatpak-spawn", "--host", "flatpak", "run", "--branch=stable", "--arch=x86_64", "--command=betterbird", "--file-forwarding", "eu.betterbird.Betterbird", "@@u", "%u", "@@" ], "advanced/tbprocessname": "betterbird", "advanced/tbwindowmatch": "Betterbird",
In Birdtray under Advanced - Thunderbird command line - call Betterbird as follows:
/usr/bin/flatpak-spawn --host flatpak run --branch=stable --arch=x86_64 --command=betterbird --file-forwarding eu.betterbird.Betterbird @@u %u @@
Thank you, I'll give it a try