it actually is, you just append the distrobox command before it
distrobox enter arch -- yay -Sy appname
If I was a newbie shopping around for a DE, I would probably be perusing websites like kde.org to get a feel for the visual style and features and such
I don't know why it's become a stigma that installing things on Linux is hard when Windows requires you to Google sketchy .exes and .msis because their app store is so trash. For 99% of packages on Linux you can just open the software manager and click install.
None of those commands install drivers on linux tho. What audio driver couldn't you install?
Do you just look for things to get mad at? This hasn't even been implemented yet. Even if it had, it would be opt-in. And even if you opt-in, the data is all anonymous and you would be able to see exactly the data that gets sent out. If Fedora or anyone else really wanted to spy on you, I assure you they wouldn't let you know beforehand.
They don't need to be packaged at the time of creation anyway, they can be packaged right now. Distrobox makes this easy, like let's say you need an application that only works on Ubuntu 18.04. It's two commands:
distrobox create --image ubuntu:18.04 ubuntu
distrobox enter ubuntu -- sudo apt-get install _package_
Then to export the package to your desktop you can even do
distrobox enter ubuntu -- distrobox export --app _application_
Boom, you have an Ubuntu 18.04 application on an OS of your choosing. You can theoretically do this with any distro, distrobox can use any OCI images from docker-hub, quay.io, or any registry of your choice.
I mean not really, Appimage has been around since 2004, flatpak/docker for about a decade now. But at any rate I don't see your point, the person I replied to said it's hard to run old applications on Linux and I gave him solutions on how to do that. What does their age have to do with anything?
Appimage, Snap, Flatpak, Docker, Podman, Distrobox, Toolbox...
They do it so they can get clicks from curious kids mindlessly browsing through, it's easy money if you are willing to sacrifice your self-respect
I hate how AI upscaling looks and I really don't get why everyone seems to be gaga over it. In addition to the artifacts and other weirdness it can introduce, it just looks generally like someone smeared vaseline over the picture to me.
Are you being facetious? Dota and Counter Strike make a ton of money.
Ok, not a typo. Other than the title of these patch notes, is it referred to as "Steam Deck OS" anywhere else? On Preview branch the distro still says "SteamOS Holo".
The fact is that they are rebranding it to Steam Deck OS.
As far as I know they've said nothing about that. It's reasonable to say that the title is a typo for a couple reasons.
- They've stated they want SteamOS on third-party devices before
- There's also the rumored VR headset running SteamOS as well
Two use cases for the OS that have nothing to do with Steam Deck, so "Steam Deck OS" makes no sense as a name. I personally think they are waiting for Plasma 6+HDR support+VR support before they ship a desktop version, it's important to have feature-parity with Windows out the gate for good word-of-mouth.
"SteamOS" is mentioned twice in the actual patch notes
*and make it optional. Like REmake
I used to just seed Epic exclusives. Now there aren't any Epic exclusives*. Coincidence? I think not.
*Other than Kingdom Hearts grrr
You are talking about hardware deficiencies more than anything, you can get those on PC too if you just run low-powered hardware. I'm more talking about bugs. Maybe it's changed since I used Windows years ago, but I remember having issues from time to time with PC games. Crashing, weird behavior from alt-tabbing, some games just running at low GPU usage for no reason even though framerate is uncapped, and various glitches. There's a reason there has been a growing interest in sandboxing for software with docker, etc. Software is deterministic, if you give it a consistent environment it will do the same exact thing every time.
It's the principle of "do one thing and do it well". There's nothing wrong with running games in a desktop but there are limitless ways of customizing a PC and it's impossible for developers to account for everything. It would be nice if you could just write some code and have it work flawlessly for everyone's setup but that's not how it goes. For the use case of the Steam Deck where you are dealing with a low-TDP gaming device it makes more sense to have something like gamescope which can just cut out all non-gaming processes entirely. Maximize performance and battery life with a nice interface to boot, and the desktop is still there if you need it. At the very least it makes troubleshooting super easy when stuff does go wrong because there's very few external things to factor in.
Why don't tech reviewers every talk about gamescope? Gaming on PCs has always been finicky because PCs have to serve so many use cases at once and games often have to compete for resources. Gamescope completely circumvents all of this overhead by being solely meant for the purpose of gaming. It's the closest you can get to a "PC Console". Third parties can never make something like gamescope for Windows, Microsoft themselves would have to ship it and maintain it.