Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Best reviewed commit-by-commit:
41be4c7:
These changes are enough to get steam in big picture mode completely initialized without first logging in without big picture mode enabled. No more black screen (fixed by having bluez), no more indefinite "Waiting for network" (fixed by NetworkManager). All services are running inside the container and are not exposed from the host to prevent steam from configuring host devices or network.
6bdf3e7:
Does the minimum to use the new big picture mode by default.
b9343cd:
Steals some parts of Chimera's
gamescope-session
or similar projects by enabling more parts of the SteamDeck UI. Not everything makes sense for games-on-whales given we are streaming however. So the list of adapted features is:I am not sure how much these changes degrade the desktop experience if the
STEAM_STARTUP_FLAGS
are overridden to not start in bigpicture. Also half these features require integration with gamescope and will be disabled ifRUN_GAMESCOPE
isn't set. As such it might make sense to drop this commit and create separate Steam Big Picture and Steam Desktop images (with the latter maybe using sway by default)?