• olafurp@lemmy.ml
    link
    fedilink
    arrow-up
    11
    ·
    2 years ago

    I’ve been using Thunderbird as my daily driver for a while now.

    • Great automation and filtering. -10$/year add-on for a complete MS suite interop for work.
    • Customized the theming.
    • Tracker blocking.
    • Calendars
    • First class Linux support

    It’s just as good as every other email client but without them reading it. :)

  • Quazatron@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    2 years ago

    Eek! I hold judgment on the new interface… it’s a bit… flat and colourless. Anyway, thank you Thunderbird team for keeping it alive and well all these years. It has served me well and never lost a single message, unlike some other mail clients I could mention but won’t.

  • Mane25@feddit.uk
    link
    fedilink
    arrow-up
    5
    ·
    2 years ago

    Finally! I have a lot of good will towards this project and understand there can be setbacks, but having been lead to believe that the Flathub version would be the flagship release channel, and then waiting for almost a month for the big new release without explanation of the delay it’s not been a great look to be honest… hopefully they can seriously sort this out in future.

    • ax1900kr@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 years ago

      Generally speaking, the advantages of Flatpaks are:

      -The developers only need to maintain and release one version

      -It’s sandboxed, for each app you can decide which parts of your filesystem are exposed, which env variables, which types of inter-process communications, etc

      -You kinda avoid dependency hell. You can use old unmaintained packages because Flatpak will provide old versions of their dependency if they’re needed, while at the same time avoiding unnecessarily duplicated packages

      -All installed apps are in your .var folder instead of being system-wide. Every app has its own folder with its own .config and .local/share inside, with their respective config files and data

      -It supports partial updates

      -It doesn’t require root permissions to use

      -It lets you use the most recent software even in really old LTS systems like Debian, and the Flatpaks updates are usually as quick as rolling release distros

      -You don’t need to abuse PPAs or the AUR

      -It makes your system updates actually faster since you’ll have less system packages, and you’ll be able to update your big apps separately

      I may be missing some, but those are the most important to me

      • maess@feddit.de
        link
        fedilink
        English
        arrow-up
        6
        ·
        2 years ago

        But they don’t adhere to the system theme at all so every time I launch a flatpak it is white if it uses GTK; and they are annoying to launch via command line.

        • Yote.zip@pawb.social
          link
          fedilink
          English
          arrow-up
          5
          ·
          edit-2
          2 years ago

          You can theme them with some overrides: https://itsfoss.com/flatpak-app-apply-theme/

          I throw this in my .local/share/flatpak/overrides/global file in order to enable theming (the override directory may require flatseal? I forget):

          [Context]
          filesystems=~/.icons:ro;~/.themes:ro;xdg-config/Kvantum:ro;~/.config/gtk-3.0:ro
          
          [Environment]
          QT_STYLE_OVERRIDE=kvantum
          GTK_THEME=<your theme name here>
          

          Then you can put your stuff in your personal ~/.themes and ~/.icons directories

          As for calling via command line, you can use something like this or just manually make aliases.

  • darcmage@lemm.ee
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    2 years ago

    Flathub still shows the old version and the github page has been archived. The main site doesn’t even have an option to choose your download package.

    I’ve already installed 115 but this doesn’t seem new user friendly.