this post was submitted on 26 Jul 2023
399 points (96.9% liked)

Linux

46819 readers
1090 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 
top 42 comments
sorted by: hot top controversial new old
[–] [email protected] 57 points 1 year ago

I like the new logo, similar to the firefox logo

[–] [email protected] 37 points 1 year ago (4 children)

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

[–] [email protected] 9 points 1 year ago (2 children)

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.

[–] roomey 11 points 1 year ago (1 children)

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

[–] [email protected] 5 points 1 year ago

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 .

[–] [email protected] 7 points 1 year ago
[–] [email protected] 4 points 1 year ago (1 children)

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

[–] [email protected] 2 points 1 year ago

That's true, I'm just happy it shows my appointments.

[–] [email protected] 1 points 1 year ago

What's the addon?

[–] [email protected] 1 points 1 year ago (1 children)

How does the tracker blocking work? It blocks remote content by default, but does it block tracking pixels when I load images? I also installed the ublock origin addon, but it keeps saying that it didn't block anything

[–] [email protected] 1 points 1 year ago

By not downloading anything except text and Html the sender can't tell whether you opened it or not. However, pressing tracked links will track you if you don't have some privacy thingy on your browser.

[–] [email protected] 17 points 1 year ago (1 children)

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.

[–] [email protected] 4 points 1 year ago

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)

[–] [email protected] 12 points 1 year ago (1 children)
[–] [email protected] 5 points 1 year ago

My thoughts exactly. Been checking daily.

[–] [email protected] 8 points 1 year ago
[–] [email protected] 6 points 1 year ago (2 children)

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.

[–] [email protected] 7 points 1 year ago

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

[–] [email protected] 1 points 1 year ago

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

[–] [email protected] 5 points 1 year ago (2 children)

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

[–] [email protected] 3 points 1 year ago

I'll stick with Mutt.

[–] [email protected] 5 points 1 year ago (1 children)

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

[–] [email protected] 29 points 1 year ago (2 children)

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

[–] [email protected] 9 points 1 year ago (1 children)

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.

[–] [email protected] 16 points 1 year ago* (last edited 1 year 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.

[–] [email protected] 5 points 1 year ago

Thank you! This definitely makes sense to explore further.

[–] [email protected] 4 points 1 year ago* (last edited 1 year ago) (1 children)

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.

[–] [email protected] 2 points 1 year ago (1 children)

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

[–] [email protected] 5 points 1 year ago (1 children)

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.

[–] [email protected] 2 points 1 year ago

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

[–] [email protected] 2 points 1 year ago

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

[–] [email protected] 0 points 1 year ago

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

[–] [email protected] -2 points 1 year ago

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.

[–] [email protected] -3 points 1 year ago (1 children)

i though mozilla abandonned thunderbird and it became community driven?

[–] [email protected] 8 points 1 year ago

Yes, that happened more than 10 years ago. But nobody being paid to do maintenance led to accumulation of cruft. About 3 years ago Thunderbird was spun out to MZLA Technologies Corporation, owned by the Mozilla Foundation (being a corporation makes employing people possible iirc). Now they have many full time employees and try to make Thunderbird more accessible, more consistent while still keeping all the current users happy.

(That's from my memory of news articles and a podcast they made.)

I'm really happy with the new design since it allows for more customizations (density etc).

load more comments
view more: next ›