• sic_semper_tyrannis@lemmy.today
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    24 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@lemmy.dbzer0.com
      link
      fedilink
      arrow-up
      2
      ·
      23 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 @@