Adobe and Linux isn't a thing unfortunately
Steam Deck
A place to discuss and support all things Steam Deck.
Replacement for r/steamdeck_linux.
As Lemmy doesn't have flairs yet, you can use these prefixes to indicate what type of post you have made, eg:
[Flair] My post title
The following is a list of suggested flairs:
[Discussion] - General discussion.
[Help] - A request for help or support.
[News] - News about the deck.
[PSA] - Sharing important information.
[Game] - News / info about a game on the deck.
[Update] - An update to a previous post.
[Meta] - Discussion about this community.
Some more Steam Deck specific flairs:
[Boot Screen] - Custom boot screens/videos.
[Selling] - If you are selling your deck.
These are not enforced, but they are encouraged.
Rules:
- Follow the rules of Sopuli
- Posts must be related to the Steam Deck in an obvious way.
- No piracy, there are other communities for that.
- Discussion of emulators are allowed, but no discussion on how to illegally acquire ROMs.
- This is a place of civil discussion, no trolling.
- Have fun.
Except substance painter and designer, weirdly enough
And not via adobes suite, but via steam
It's the only way to get an official Linux version of those tools
Are these tools being bought buy Adobe more recently ? That could be an explaination why, but that's good to know thanks for sharing.
A couple years ago from allegorithmic. But a Linux version was never around
Wine/Proton's magic
Nope. Native Linux. And wine/proton didn't work very well before
Oh woaw that is... interesting
Since desktop mode is basically just KDE but without the ability to install software packages you could try Fedora.
They do a version just like desktop mode that has you install everything through the store, or you can get the regular variety to get a bit more flexibility.
Personally I'd steer clear of anything special as your first Linux install. Go with standard Fedora, then you can experiment and branch out if you're interested, but you don't have to if you like what you've got.
If you haven't looked at Garuda yet, it's the system I switched to after Bazzite. It's Arch based and user friendly.
I used to work with a guy who would wear what liked like a band touring tee shirt, but the "band" was "Grants March to the Sea" and the locations were every town he razed to the ground.
Fedora Kinoite
I agree, really anything with KDE Plasma will feel basically the same because the Steam Deck's desktop is basically stock kde.
really anything with KDE Plasma
Op might like the stability broihght by immutability
Ehhhhh
No. Absolutely not like Steam OS it's made for gaming, yes, but that's it for the similarities.
Well I'm not aware of any Arch-based immutable distro besides SteamOS so it's kinda hard to give a perfect answer.
It doesn't have to be arch based, really
If it's immutable it practically doesn't matter
The immutability is the key here
Fedora, specifically KDE version. It will feel like the steamdeck desktop (because it is) will get quick updates and is painless to manage.
The first bug I have seen in two years is the screen lock bug just recently. But I imagine it will get sorted soon and isn't a showstopper.
Alright, y'all, I really appreciate all the feedback, I believe I understand the gist of most of it. Bazzite is sounding really nice, I just have one big concern: Can I put Adobe on it, so I can dropkick Windows out of my life? I did find this.
I would definitely recommend trying WinApps first, which that guide seems to be for. Never tried to get it running on Bazzite/SilverBlue/Universal Blue though, so can't help you there.
Is this an alternative to Wine?
No. If something runs in Wine, still use that. WinApp is basically a Windows VM combined with some other tools to allow Windows apps on the VM to run more seamlessly and native feeling. It makes picky apps like the Adobe and Microsoft suites happy since it's using full Windows to run them, but this means there's more overhead than running an app through Wine or natively.
Man, this has been the most helpful and informative internet post I've ever made in my entire life, lol. Thank you.
So it is an alternative in that it's a different way towards the same goal, but it's not a replacement, right?
Correct, it's less efficient than Wine, but more compatible. Adobe and Microsoft software still has issues in Wine, so a VM is the best option for them.
To explain some terms in over simplified ways:
VM = Virtual Machine = Making a virtual sandboxed computer that runs full Windows inside it.
Wine = Wine Is Not an Emulator = A translation layer that converts Windows Program Commands into Linux Program Commands.
Wine has to be crafted for every needed Windows command, in order to translate the command into something Linux can understand. So if a program is using a Windows command Wine hasn't seen before, it'll fail.
VMs instead run an entire OS, in this case Windows, so that we don't have to craft every command, as Windows handles the program like normal, and then the VM provides Windows with virtual hardware to work with instead. Naturally, making pretend hardware and running an entire OS inside another OS eats up more resources, so VMs are worse than Wine in that regard.
I've been liking MX Linux.
Desktop mode on the Steam Deck is using KDE Plasma. You can use that on the vast majority of Linux distros.
Here is a few the spring to mind:
- Bazzite - A good place to start, their project goal is to basically be SteamOS like experience you can put on any machine.
- Fedora Workstation with KDE - Bazzite is based off of this project, it's a more general experiance, lots of people enjoy it.
- Kubuntu - Ubuntu is very popular distro, this is their KDE version.
- OpenSuse Tumbleweed - For folks who want the most up to date software possible.