this post was submitted on 03 Mar 2025
57 points (100.0% liked)

Privacy

800 readers
62 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
[–] despotic_machine@lemmy.dbzer0.com 9 points 22 hours ago (1 children)

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

[–] sic_semper_tyrannis@lemmy.today 3 points 14 hours ago* (last edited 13 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.

[–] despotic_machine@lemmy.dbzer0.com 2 points 12 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 @@

[–] sic_semper_tyrannis@lemmy.today 1 points 18 minutes ago

Thank you, I'll give it a try