Skip to content
Snippets Groups Projects
Commit 2c3194e1 authored by Simon McVittie's avatar Simon McVittie
Browse files

launch-client(1): Put a simple SLR 3.0 example first


Now that SLR 3.0 is widely available, it makes sense to use it as our
first example: it's the simplest, and both SLR 1.0 and Proton build
on the foundation that the SLR 2.0 and 3.0 container runtimes provide.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent ec50b225
No related branches found
No related tags found
No related merge requests found
...@@ -448,6 +448,29 @@ A copy of **steam-runtime-launch-client** can be found in ...@@ -448,6 +448,29 @@ A copy of **steam-runtime-launch-client** can be found in
or or
`.../steamapps/common/SteamLinuxRuntime_sniper/pressure-vessel/bin/`. `.../steamapps/common/SteamLinuxRuntime_sniper/pressure-vessel/bin/`.
For a Steam game that runs under the "Steam Linux Runtime 3.0 (sniper)"
(or newer) compatibility tool,
such as Team Fortress 2 (app ID 440),
if you set its Steam Launch Options to
STEAM_COMPAT_LAUNCHER_SERVICE=container-runtime %command%
you can run debugging commands inside the container,
in this example **wflinfo**(1):
$ steam-runtime-launch-client --list
--bus-name=com.steampowered.App440
--bus-name=com.steampowered.App440.Instance54321
$ steam-runtime-launch-client \
--bus-name=com.steampowered.App440 \
-- \
wflinfo --platform=glx --api=gl
`wflinfo` and its arguments can be replaced by any command and arguments
that will run successfully inside the container,
for example `steam-runtime-system-info`, `xterm` or `bash -i`.
For a Steam game that runs under Proton 7.0 or later, if you set its For a Steam game that runs under Proton 7.0 or later, if you set its
Steam Launch Options to Steam Launch Options to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment