this post was submitted on 03 Mar 2025
72 points (86.7% liked)

Privacy

34477 readers
618 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
[โ€“] sic_semper_tyrannis@lemmy.today 3 points 11 hours ago* (last edited 10 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.

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