Merge pull request #101 from outis1one/claude/zealous-heisenberg-8ylloi
Claude/zealous heisenberg 8ylloi
This commit is contained in:
+7
-1
@@ -1107,7 +1107,8 @@ CATALOG = {
|
|||||||
name='WolfSteam', title='Steam',
|
name='WolfSteam', title='Steam',
|
||||||
icon='https://games-on-whales.github.io/wildlife/apps/steam/assets/icon.png',
|
icon='https://games-on-whales.github.io/wildlife/apps/steam/assets/icon.png',
|
||||||
image='ghcr.io/games-on-whales/steam:edge',
|
image='ghcr.io/games-on-whales/steam:edge',
|
||||||
mounts=['/etc/localtime:/etc/localtime:ro', '/etc/timezone:/etc/timezone:ro'],
|
mounts=['/etc/localtime:/etc/localtime:ro', '/etc/timezone:/etc/timezone:ro',
|
||||||
|
f'{games}/steam-cache:/home/retro/.cache:rw'],
|
||||||
env=['PROTON_LOG=1', 'RUN_SWAY=true',
|
env=['PROTON_LOG=1', 'RUN_SWAY=true',
|
||||||
'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*'],
|
'GOW_REQUIRED_DEVICES=/dev/input/* /dev/dri/* /dev/nvidia*'],
|
||||||
cap_add=['SYS_ADMIN', 'SYS_NICE', 'SYS_PTRACE', 'NET_RAW', 'MKNOD', 'NET_ADMIN'],
|
cap_add=['SYS_ADMIN', 'SYS_NICE', 'SYS_PTRACE', 'NET_RAW', 'MKNOD', 'NET_ADMIN'],
|
||||||
@@ -2150,8 +2151,13 @@ cd $WOLF_DIR
|
|||||||
./manage.sh ge-proton # install GE-Proton (needed for EA games)
|
./manage.sh ge-proton # install GE-Proton (needed for EA games)
|
||||||
./manage.sh games # list installed games + their AppIDs
|
./manage.sh games # list installed games + their AppIDs
|
||||||
./manage.sh fix-ea-game # unstick the EA App install loop for a game
|
./manage.sh fix-ea-game # unstick the EA App install loop for a game
|
||||||
|
./manage.sh install-completion # enable tab-completion for manage.sh
|
||||||
\`\`\`
|
\`\`\`
|
||||||
|
|
||||||
|
### Tab completion
|
||||||
|
Run \`./manage.sh install-completion\` once, then re-open your shell (or
|
||||||
|
\`source ~/.bashrc\`). After that, \`./manage.sh <TAB><TAB>\` lists all commands.
|
||||||
|
|
||||||
## EA games (Battlefront II 2017, etc.)
|
## EA games (Battlefront II 2017, etc.)
|
||||||
EA titles bundle an EA App bootstrapper that hangs forever under stock Proton
|
EA titles bundle an EA App bootstrapper that hangs forever under stock Proton
|
||||||
in a container — the game sits on **"running install script (EA app)"** and
|
in a container — the game sits on **"running install script (EA app)"** and
|
||||||
|
|||||||
Reference in New Issue
Block a user