this post was submitted on 15 May 2025
747 points (98.6% liked)

Games

38662 readers
1137 users here now

Welcome to the largest gaming community on Lemmy! Discussion for all kinds of games. Video games, tabletop games, card games etc.

Weekly Threads:

What Are You Playing?

The Weekly Discussion Topic

Rules:

  1. Submissions have to be related to games

  2. No bigotry or harassment, be civil

  3. No excessive self-promotion

  4. Stay on-topic; no memes, funny videos, giveaways, reposts, or low-effort posts

  5. Mark Spoilers and NSFW

  6. No linking to piracy

More information about the community rules can be found here and here.

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 43 points 4 days ago (2 children)

This is why native support still matters. Anything not supported can pull the rug out from under you at any time.

[–] [email protected] 5 points 4 days ago

I'm not following your argument. You're perfectly capable of having the rug pulled out from under you with a native Linux build too.

[–] [email protected] 21 points 4 days ago (3 children)

Except for when glibc updates and breaks games with native support (but not the ones running through a compatibility layer). Although that definitely happens way less than devs purposefully pushing changes that break on Linux.

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

Linux has never been good at running old binaries. It's always assumed that you are running software compiled for the current version if your distribution, and programs that are not available can be compiled from source (because you obviously use only open source software). For everything else you need to use compatibility layers that provide necessary environment.

[–] [email protected] 10 points 4 days ago

Yeah, games through Proton are a bit like containerized apps, you get everything you need to run them in the Proton package.