There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

PrettyFlyForAFatGuy ,

i though mozilla abandonned thunderbird and it became community driven?

dino ,

Not going to install flatpak tb, gimme the full version on my package manager…

BaconIsAVeg ,

I’ll stick with Mutt.

fugepe OP ,

look at me, I like being a contrarian outcast

Your meds pal, take them

dino ,

I totally agree being a contrarian outcast, but not because of what I commented earlier. Why would I use flatpak thunderbird when there is version in my repos which just needs to be updated?

fugepe OP ,

BC it’s easier for the any dev to package their program for flatpaks assuring it’ll work in all distributions, otherwise you have to wait for your package manager maintainer to repackage the program for your system. Which is what happens for Arch, debian, Suse, Fedora.

It’s not Thunderbird/program responsibility if they decided to make flatpaks the main source of distribution yet you decide to install it through other means. Which idk if they did but more devs are opting to distribute through flatpaks.

A10 ,
@A10@kerala.party avatar

@dino I will use the distribution version as long as they update it. Yes I will gladly take the meds. Thank you.

dino ,

Still no reason to use the flatpak if a repo packet exists.

zacher_glachl ,

flatpak mask org.mozilla.Thunderbird until the “hide title bar” flag works again. I’m not losing two lines of display space to eye candy.

teolan ,
@teolan@lemmy.world avatar

For some reason it doesn’t start on arch linux with sway

ryannathans ,
kixik ,

For those using tbsync with TB, and any companion extension, like its provided for exchange (office 365 and the like), TB broke tbsync and its companion extensions… That said, there’s an issue, and apparently some developer releases for those wanting to try…

It’s been several times TB breaks extensions with such changes. TB devs don’t have to care, but that means for the users, to be extra careful, and to avoid upgrading until finding out required extensions have caught up…

Mane25 ,

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.

EtzBetz ,

I’m not fully sure, as I’ve only read this somewhere, but it seems like other release channels are also somewhat delayed. I think I’m on beta even and somehow didn’t get the update automatically (macOS btw)

housepanther ,
@housepanther@lemmy.goblackcat.com avatar

ELI5 … Whats the advantage to using Flatpaks? Are they similar to containers?

fugepe OP ,

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

housepanther ,
@housepanther@lemmy.goblackcat.com avatar

Thank you! This definitely makes sense to explore further.

maess ,
@maess@feddit.de avatar

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 ,
@yote_zip@pawb.social avatar

You can theme them with some overrides: 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):

<pre style="background-color:#ffffff;">
<span style="color:#323232;">[Context]
</span><span style="color:#323232;">filesystems=~/.icons:ro;~/.themes:ro;xdg-config/Kvantum:ro;~/.config/gtk-3.0:ro
</span><span style="color:#323232;">
</span><span style="color:#323232;">[Environment]
</span><span style="color:#323232;">QT_STYLE_OVERRIDE=kvantum
</span><span style="color:#323232;">GTK_THEME=<your theme name here>
</span>

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 ,

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.

loganmarchione ,

Ya I’m confused why the GitHub repo isn’t updated to 115 and it’s archived…

SafetyGoggles ,

I believe it’s mentioned in an issue in the official Thunderbird repo that from now on the Flatpak is maintained by the main Thunderbird dev team, so the Flatpak repo is archived and all Flatpak packages from now on will be uploaded directly by the devs.

ebits21 ,
@ebits21@lemmy.ca avatar

Yeah this. The official devs took over. Why the delay happened in the first place.

olafurp ,

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. :)

OrangeCorvus ,
@OrangeCorvus@lemmy.world avatar

Can you elaborate more on the add-on, what’s it called? I just started using Thunderbird again but at the moment only for my personal addresses.

darcmage ,

Probably owl.

roomey ,

Probably referring to OWL plugin. However your admins can allow IMAP access to outlook365 and with tbsync, you get full integration for free. OWL is good tho too

OrangeCorvus ,
@OrangeCorvus@lemmy.world avatar

I am my own admin, running my small business so I am user/admin/spam receiver :). I might stick with Outlook for business for the moment. Don’t want to mess around. For private use, Thunderbird is chef’s kiss .

Mereo ,

What’s the addon?

rbos ,
@rbos@lemmy.ca avatar

OWL is good, I use it, but its calendaring leaves a lot to be desired. :/

Quazatron ,
@Quazatron@lemmy.world avatar

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.

olafurp ,

There are themes for the colorless. I personally help with a donation every now and then.

housepanther ,
@housepanther@lemmy.goblackcat.com avatar

I add the phoenicity icons and such to liven things up a bit. They work perfectly well.

Xylight ,
@Xylight@lemmy.xylight.dev avatar

I like the new logo, similar to the firefox logo

Penta ,

finally

ebits21 ,
@ebits21@lemmy.ca avatar

My thoughts exactly. Been checking daily.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • random
  • lifeLocal
  • goranko
  • All magazines