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.
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.
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