Proton Mail Finally Releases Desktop Apps With a Linux Beta Version
Proton Mail Finally Releases Desktop Apps With a Linux Beta Version
Proton Drive though đ. The Windows app is so nice, wish we could get that for Linux.
Iâve set up an Rclone for the time being, not great but it works well enough for basic bisynchronisation.
I would too, but after like a week I get bored of maintaining it myself when all the expenses summed together arenât much cheaper than Proton or likewise. This is what I was doing before submitting my independence to Proton.
Furthermore Nextcloud is just too damn sluggish. The web interface makes it seem like my serverâs idea of a CPU is a kid with a calculator and WebDAV isnât designed for cloud storage. Iâll take new features being slow over my whole experience being even slower any day of the week.
Thatâs what Iâve done, using rclone bisync and my crontab. Like I said it works well enough, but far from perfect. Using a beta backend with an experimental operation, according to the rclone website, puts me slightly on-edge.
I did try Celeste, but stopped using it for two reasons:
âFinallyâ really is the key word, waiting for Proton to add features or apps is painful at times.
Glad theyâve finally made progress with this.
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.
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.
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.
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
And that they are the only real competition which keeps us in a situation where we actually have a choice in browsers.
That isnât true. Youâve got WebKit-based browsers, LadyBird/LibWeb/LibJs, Goanna, and others. Why choose Mozilla to lead the efforts, when another open source community/foundation may be better? You can also participate in the various new web specifications yourself too if youâre not happy with the direction theyâre headed.
Letâs try to embrace cross platform solutions,
[JavaFX has entered the chat.]
I donât know what javafx is
The hate on Lemmy of electron is a bit of an overreaction if you ask me
The issue is mainly developers using Electron when things like React Native and Flutter exist. I donât know a lot about Flutter, but React Native uses native UI widgets and feels a lot nicer than Electron.
Dev here.
Yeah thatâs how it works.
Because I have used both versions of slack and theyâre almost exactly the same. The desktop version only works better imo because of small factors such as having its own window so it does not get buried in tabs, and the notification options are (or at least were) more robust. Have you not used the two versions?
I donât really understand your comments. Are you implying that there would be an advantage for slack to âcrippleâ the web version, when they are essentially running probably 99% of the same code in the electron version? Theyâre never going to get rid of the web version, and if youâve used slack for ~9 years like I have, you can easily observe theyâre actually one of the few app makers out there to make mostly positive changes to their app. They arenât suddenly going to make the web app shitty.
Also, obviously yeah when it makes sense to, app makers in general make the web app version shitty on purpose. Reddit mobile for example. But just because thatâs a thing in the world doesnât mean it is what slack is doingâŚnot sure why you seem to be implying itâs a universal practice.
I donât often have trouble with slack being slow, or buggy. Been using it like 9 years myself. Interesting youâre comparing slack to icq. Are you referring to a current version of icq, or the one that existed in the early 2000s?
I am not sure I understand comparing an app designed to do video/audio chat seamlessly, threaded conversations, channels, filesharing, plus has dozens of subtle nice features that make for a rich experience and a⌠Chat app, that worked fine for sending plaintext messages but didnât really do anything else.
This. Its webapp with more persistent storage maybe. If the Browsers could integrate this, it would be a gamechanger.
I am also very sure that Chrome preloads google. com to make it seem to âload fasterâ. Its all just preloading or persistent storage
Each electron App is actually a full independent chromium browser install running a website. Itâs easy to code for and works cross platform as a result, but itâs essentially just a website, although they can run offline depending on whatâs been built in to the local app.
Each electron app running on your system is a separate full chromium app running, with no sharing of resources between each instance. So they take up a lot of space each and duplicate all the resource usage, and potentially the security flaws.