this post was submitted on 16 Dec 2023
1065 points (97.6% liked)
linuxmemes
21222 readers
37 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Aha, just popping in here to suggest taking a look at PopOS!
Proton works extremely well on it, its compatible out of the box with everything Debian based (this includes Ubuntu) so it has a huge selection of free software, has great documentation for the PopOS! specific stuff and for all the debian/ubuntu stuff you can nearly always use older wikis on the internet if you run into a snag, and its got a custom DE that I personally find better than KDE and Ubuntu's latest rendition if GNOME.
Also, while Ubuntu is going hard into Snaps, which I hate, PopOS! is going into flatpaks, which are less bad than snaps, but still stupid imo.
If you care, its fairly easy to disable and/or remove flatpaks from PopOS. It doesnt come with any preloaded afaik, so all you have to do is go into the PopShop (the app store) settings and just remove the flatpak source.
Ive run Proton on Steam via debian sources on PopOS! for years, works fine.
Oh right! I am fairly sure that PopOS! nowadays just comes by default with graphics drivers pre-installed and preset to automatically update with the rest of your software when you run sudo apt update. All you have to do is pick the Nvidia ISO if youve got Nvidia, or the standard one if youve got AMD.
A lot of packages come only on flatpak these days. So limiting yourself to system packages only is not really a good idea. And other than disk space usage, I don't really see any issues with flatpak. It's a great solution especially for smaller projects, that don't have resources to create packages for every format.
Really? The only exception I have ever had to make to using deb sources for every kind of software I have ever needed is Bottles.
What other software is only flatpak available?
Anyway, I think flatpaks are just reinventing .exes. Yep lets do the equivalent of installing DirectX 35 times all over again. For older hardware and those with less access to internet, flatpaks are not great.
Further, because flatpaks do not have their dependencies updated as frequently, this paradigm is less secure than having all your dependencies updated whenever you run apt update.
The trend is that the app developers officially support and push updates for the flatpak. So you always get the latest source directly from the devs. This makes packaging organic, instead of deb/arch/rpm/etc packagers trying to catch up (those packages are often waaay out of date, even on arch occasionally)
Well if this trend becomes the norm then that is great, but in my experience the opposite is true, dependencies get updated first, then things built off of them get updated later.