-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SteamDeck and further steamtinkerlaunch development [outdated] #431
Comments
ah ok understood would you mind it if I forked it and kept working on it? going to have a break from school soon so ill have some time to work on it. no promises I would be able to really do much as I'm still learning to code, but would suck to see such a cool project die. |
sure, you're still welcome to contribute patches and features. |
WIP SteamDeck Wiki (happy suggesting!): Steam DeckSo the SteamDeck is more or less available and fortunately my wife was lucky enough to get one early (for me :)) Currently (2022.03) it is possible to install custom packages systemwide (f.e. using the regular Arch Linux package management using pacman), The alternative idea is, to use a special SteamDeck detect function, which automatically changes several configuration options required for the SteamDeck How to install on SteamDeckSimply download the main The script will automatically configure everything required to make using
For SteamDeck related issues, suggestions, discussions please use this extra Steam Deck issue |
new Steam Deck sticky upcoming soonish |
My wifes steam deck arrived today:
after some minutes of initial configuration (system update, set passwd, enable ssh, set / read-write, install steamtinkerlaunch using makepkg and several of its (optional) dependencies)
I was able to successfully start steamtinkerlaunch via terminal/icon and also was able to install Vortex with the steamtinkerlaunch settings menu. So this seems to basically work so far.
Haven't tried configuring/starting any game with it yet though.Edit: Just successfully started "Giana Sisters Twisted Dreams" using steamtinkerlaunch.
But generally speaking using any custom system wide program installation will always be problematic on the SteamDeck, as future "firmware" updates will always delete your custom installations. This is no fun of course.
The only valid way seems to be either a full installation (including all dependencies) within the /home directory or, probably more user-friendly a steamtinkerlaunch flatpak.
I'm still not interested in spending any time on working flatpak support and as a "full installation working directory" is not really maintainable, I currently consider no longer working on SteamDeck compatibility (or maybe steamtinkerlaunch generally) publicly.(for the same reason I also set the steamtinkerlaunch sub to private recently)
Edit2: looks like adding automatic SteamDeck support without depending on flatpak is not too complicated, as most functions do already work as expected. So I'd say I'll add SteamDeck support, but no idea how long it takes.
Edit3: See WIP SteamDeck Wiki below. Happy brainstorming!
The text was updated successfully, but these errors were encountered: