this post was submitted on 16 Jul 2023
395 points (93.0% liked)
linuxmemes
21189 readers
300 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
For real though, what's the best way to install steam? I assume it's the *.deb directly from the site.
Probably through your GUI package manager. I’d be surprised if your package manager didn’t have a native binary or a flatpack.
flatpak install steam
Flatpak can't launch non-steam games via Steam :(
Yeah it can*
Is there a way to do it without breaking the sandbox? I've been looking for a few days for a way to do this without any luck.
What do you mean by breaking the sandbox. You add permissions to let it see other drives if that's what you mean. Other then that, I just let it see my home and add non steam games. They come up like you would with Windows.
https://github.com/SteamGridDB/steam-rom-manager/issues/254 https://github.com/flathub/com.valvesoftware.Steam/issues/935 https://github.com/flathub/com.valvesoftware.Steam/issues/278 https://github.com/flathub/com.mojang.Minecraft/issues/51
I can't figure out a way to do it without using flatpak-spawn maybe I should create a thread on Lemmy to see if anyone else knows a way.
You just give it permission to see whatever directory you're launching the exe from
I'm not launching an exe I am trying to launch flatpaks and appimages
What do you mean by breaking the sandbox. You add permissions to let it see other drives if that's what you mean. Other then that, I just let it see my home and add non steam games. They come up like you would with Windows.
I think I've read it somewhere that Valve recommends the flatpak. Maybe not, but I would definitely go that route.
Depends on the distro.
pacman -Sy steam
does the trick in Arch.I prefer my distro's binary but after the last glibc update I convinced the flatpak version has less problems.
And the flatpack version was thoroughly convinced :)
I recently started thinking like that too after the last glibc update. :)
It's through the package manager of your distro, apt, pacman, dnf... It has the best integration with the system and other apps installed though the package manager (if there is a gui on your distro, it is the same thing, tho some allow to chose between different sources.
The flatpak version it may also be viable.
Deb is a very bad idea as you wont have the dependencies installed automatically.
Linus was just stupid and did not update pop os after install. Tho he could have updated it and maybe when he did the recording the issues was discovered but not yet fixed. But The issue was already well fixed when he posted the video. I don't remember how all went.
Nah, you can't blame the user here champ.
He installed the OS, opened the default software center, and installed a package.
There's simply no way to justify what happened. I challenge you to find any situation in which installing a package from the Microsoft Store would uninstall critical system packages and also kill the entire GUI.
To be fair, there isn't an example from the Windows store specifically, because the vast, vast majority of Windows programs are installed via standalone installation packages.
But yes, there was one instance where uninstalling a game would recursively delete the parent directory, up to and including potentially deleting the entire C:\ drive.
Funnily enough, a similar thing happened with Steam as well in the past - though as long as you weren't running Steam as root it couldn't delete the whole filesystem, just any files owned by yourself (which is also still incredibly destructive, don't get me wrong).
Was it the default software center? From my memory of the video, he tried to install Steam through the Ubuntu Software Center at first which failed, and then he found a guide that mentioned using
sudo apt install steam
to which apt made him typeYes, do as I say
to confirm the (unfortunate) set of actions it was going to perform.While I still don't blame Linus, a more apt (ha!) comparison would probably be trying to do something over the CLI instead of through the Microsoft Store.
The inability to install Steam i can blame on PopOS. He could genuinely don't know that you should update your system first. At the point when he typed yes, do as i say when i first watched i wanted to bang my head against my desk. He clearly didn't read what was going to happen even when the system tried warning him.
As someone else said no it wasn't installed though the software manger. It just failed to install though that way.
He went for a guide CLEARLY LABELED AS DANGEROUS MULTIPLE TIMES using the terminal with the "do as I say" command.
Tho this issue shouldn't have happened, but it happened. And was blocked for a normal install.
He just forced it through a command.
Here : https://youtu.be/0506yDSgU7M
Go check because it seems you're too lazy to search for the video