• kixik@lemmy.ml
    link
    fedilink
    arrow-up
    0
    ·
    13 hours ago

    Librewolf is a privacy oriented for of Firefox, it grabs some setting from ankerfox. Betterbird is not a privacy oriented fork of Thunderbird as far as I remember. When I tried it the only thing I was attracted to was its tray support, but as I use non DE compositors, so far wayfire, labwc and sway (tabbed layout), and as there’s currently a Firefox bug, I didn’t see any reason to keep trying it, and now on sway with tabbed layout I see no reason for a tray any ways…

  • RobotZap10000@feddit.nl
    link
    fedilink
    English
    arrow-up
    0
    ·
    13 hours ago

    I tried to use LibreWolf yesterday. The Flatpak version wasn’t supported by KeePassXC, so that was a pass for me. The Fedora version did work with it, but it was also freezing my system and causing graphical glitches that were so terrible, I thought my hardware died. There were coloured blocks as well as weird pixelated warping. It’s probably because I have Wayland, and I noticed that the Fedora version ran under X. I would have submitted a bug report, but I didn’t even know where to start. Maybe I’ll do that eventually.

  • A_norny_mousse@lemm.ee
    link
    fedilink
    English
    arrow-up
    0
    ·
    13 hours ago

    Interesting.

    Did you read their website/faq? It very clearly tells me that Betterbird has a very different focus than LibreWolf. It’s not about Privacy, it’s about fixing bugs.

    • rtxn@lemmy.world
      link
      fedilink
      arrow-up
      0
      ·
      13 hours ago

      There are no “problems” with Firefox. The problems are with Mozilla and how they operate Firefox, so they could easily start affecting Thunderbird too.

    • sic_semper_tyrannis@lemmy.today
      link
      fedilink
      English
      arrow-up
      0
      ·
      edit-2
      5 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
        0
        ·
        4 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 @@