this post was submitted on 03 Mar 2025
70 points (84.3% liked)

Privacy

34449 readers
600 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] 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 @@

[โ€“] [email protected] 1 points 6 minutes ago

Thank you, I'll give it a try