Skip to content

Commit

Permalink
Merge pull request #187 from shocklateboy92/features/gamescope-shutdown
Browse files Browse the repository at this point in the history
Make gamescope's "Switch To Desktop" quit steam
  • Loading branch information
ABeltramo authored Sep 2, 2024
2 parents c9a855a + 911eb9c commit 853cad4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions images/steam/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ COPY --chmod=777 scripts/startup.sh /opt/gow/startup-app.sh
COPY --chmod=777 scripts/system-services.sh /etc/cont-init.d/system-services.sh
COPY --chmod=777 steamos-update /usr/bin/steamos-update
COPY --chmod=777 steamos-update /usr/bin/steamos-polkit-helpers/steamos-update
COPY --chmod=777 steamos-session-select /usr/bin/steamos-session-select
COPY --chmod=777 jupiter-biosupdate /usr/bin/jupiter-biosupdate
COPY --chmod=777 jupiter-biosupdate /usr/bin/steamos-polkit-helpers/jupiter-biosupdate
COPY --from=bwrap-builder --chmod=755 /root/bubblewrap/_builddir/bwrap /usr/bin/bwrap
Expand Down
3 changes: 3 additions & 0 deletions images/steam/steamos-session-select
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash
# see https://github.com/games-on-whales/gow/pull/187
/usr/games/steam -shutdown

0 comments on commit 853cad4

Please sign in to comment.