Proton Mail Finally Releases Desktop Apps With a Linux Beta Version

https://sh.itjust.works/post/16308770

Proton Mail Finally Releases Desktop Apps With a Linux Beta Version - sh.itjust.works

Aaaand it’s electron garbage.
Out of the loop, what’s wrong with electron?
It’s basically Chrome. It’s not a real application, it’s a website pretending to be one. It uses a metric fuckton of RAM and eats your battery faster than Prince Andrew a minor.

If Firefox could allow their engine to be packaged like this I’d use it. The problem I see here is chromium. Everything is a trade off and we need more ways to build applications.

Slack, for example, is Electron and it runs great. One of the best apps I’ve used. And it works better than the browser version… The hate on Lemmy of electron is a bit of an overreaction of you ask me. Yeah it uses more ram than is necessary but again everything is a trade off. Not everything can be a hard to maintain rust app. Let’s try to embrace cross platform solutions, though yes fuck electron, so sure criticize that part of it.

Let me get this right… you’re complaining about Chromium, but you use Slack? You do realize Chromium had better Linux support for things like HW-accelerated decoding than Firefox? Also, the Chromium sandbox is superior to Firefox.

Chromium had better Linux support for things like HW-accelerated decoding than Firefox?

Source? Experienced the exact opposite, especially on Wayland.

You can track the bug history here:

bugzilla.mozilla.org/show_bug.cgi?id=1751363

You can see here Chromium had support for this for several years prior:

aur.archlinux.org/cgit/aur.git/log/PKGBUILD?h=chr…

Android being based on Linux prob has something to do with Chromium’s strong Linux support, but Mozilla has consistently prioritized Windows/Mac. Despite it still be challenging, building Chromium from source has always been a lot easier IMO than trying to create a custom build of Firefox.

Regardless, when it comes to privacy, Chromium itself is pretty stripped down and has policy-based integrations that put it on par with Firefox in terms of security. Even with Firefox, you’d have to modify quite a few policies to improve security. Tor/Mullvad Browser though do a better job in many ways and there is no equal to those privacy enhancements on Chromium that I know of, unless you’re using something like GrapheneOS.

Point being, people like to complain about Chromium a lot & act like Apple fan bois for Firefox, when in reality privacy is nearly the same with both with some minor configurations.

1751363 - VA-API: creating video snapshot fails due to RDD sandbox + Since bug 1724385 (98), VAAPI fails in general due to RDD sandbox

RESOLVED (jld) in Core - Security: Process Sandboxing. Last updated 2022-11-01.

What the heck are you talking about? Chromium is one of the hardest packages to build and it takes forever. Firefox has FAR fewer dependencies. Chromium’s privacy enhancements are a joke.
You should go tell that to the maintainers of GrapheneOS, which is known as the most secure mobile OS… which uses a custom Chromium build, because of Chromium’s superior sandboxing.

Chromium is not stripped down at all, just use googerteller and see. It contacts Google everywhere, on the password list, on the account list, in some settings pages, and just randomly sometimes.

It is very crazy. And also it is not fingerprint resistant at all.

I am using all flag settings, policies and GUI settings possibly existing and it still is like that. So no, it is not the same privacy-wise.

Oh really, what policies are you using? Cause my Firefox does all the same things you mention regarding calling Mozilla services for all sorts of things, including telemetry. Oh, and it isn’t fingerprint resistant either… so please, share what you’re doing.

For Firefox I am either using Librewolf or Arkenfox user.js

But as Librewolf has a good CI/CD system I think I will switch to that. Problem is they are not active at all, while the arkenfox guy is very active.

For Chromium I use the secureblue policies in /usr/etc/chromium/policies/managed

GitHub - secureblue/secureblue: Hardened Fedora Atomic and Fedora CoreOS images

Hardened Fedora Atomic and Fedora CoreOS images . Contribute to secureblue/secureblue development by creating an account on GitHub.

GitHub