this post was submitted on 03 Mar 2025
75 points (85.7% liked)

Privacy

34404 readers
592 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

much thanks to @gary_host_laptop for the logo design :)

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 day ago (1 children)

BetterBird is great. I got it running via Birdtray under Cinnamon with some minor tinkering in the birdtray-config.json file.

[–] [email protected] 3 points 19 hours ago* (last edited 18 hours ago) (1 children)

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.

[–] [email protected] 2 points 17 hours ago (1 children)

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

[–] [email protected] 2 points 5 hours ago

Thank you, I'll give it a try