• Despotic Machine
    link
    fedilink
    121 day ago

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

    • @[email protected]
      link
      fedilink
      English
      3
      edit-2
      17 hours ago

      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
        link
        fedilink
        216 hours ago

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