this post was submitted on 25 Sep 2023
1149 points (92.3% liked)

linuxmemes

20762 readers
1465 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 

Re-creation of someone else's post because the original was removed and I found it funny when I first saw it

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 38 points 1 year ago (6 children)

Linux: I can't install steam without breaking my system

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

Steam Deck: am I a joke to you?

[–] [email protected] 27 points 1 year ago (1 children)
[–] [email protected] 18 points 1 year ago* (last edited 1 year ago) (2 children)

Unpopular opinion: flatpaks enable lazy developers to keep old versions of required Python dependencies working longer.

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

If only there was a way to bundle it all together, like in some sort of pack...

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

I doubt bundling things together in some sort of pack would avoid every problem with python versions I could have. That doesn't prevent a given python version from being marked as "end-of-life" and no longer receiving security patches.

Most software is produced and maintained for use solely by the company that produced it, and probably by people who are not experts in using python, so hiding the complexity that python versions and dependency versions are coupled seems like a bad idea, especially when one wants to limit the number of versions of the same software that is installed (and therefore re-use executable files to save disk and CPU usage and avoid accidentally using the wrong version of a program).

I have not interacted with flatpak in a professional environment, so I doubt I have been directly harmed by it. However, reducing the importance of quickly upgrading software after new versions are released is probably harmful overall: performing an upgrade will usually make development easier (so making it harder for me to pitch to managers that an upgrade should be done is harmful to my morale), and incentivizing having multiple versions of the same program accessible on the same system makes surprising problems more likely.

[–] [email protected] 1 points 11 months ago

I think it's fine as long as they aren't terrible insecure. But if they're using an old runtime, people will bother them about it.

[–] [email protected] 21 points 1 year ago (1 children)
[–] [email protected] -2 points 11 months ago

Meanwhile everyone can install Steam on Windows/Mac without issue.

Sounds like Linux is great..

[–] [email protected] 3 points 11 months ago (1 children)

??? I have it installed just fine.

I remember a bug in a steam installer though, that would rm -rf everything your user had access to. Not exactly a linux problem, but it only affected Linux Steam users. https://www.theregister.com/2015/01/17/scary_code_of_the_week_steam_cleans_linux_pcs/

[–] [email protected] 5 points 11 months ago

I think they're talking about that time PopOS messed up Steam packaging and it was broken and it just so happens Linus (the tech tip guy) was trying to install it then and he ended up running a command to rememedy the situation that totally broke his shit. It was pretty funny

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

laughs in Wine