From 4c3effbb8d7382beaaf4cae58c1daa501bf3097c Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Wed, 20 Nov 2024 19:05:23 +0000 Subject: [PATCH] launch-client(1): Clarify use of SRT_LAUNCHER_SERVICE_STOP_ON_EXIT It works with or without Proton. Signed-off-by: Simon McVittie <smcv@collabora.com> --- bin/launch-client.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/launch-client.md b/bin/launch-client.md index 0c01e893b..f4566461d 100644 --- a/bin/launch-client.md +++ b/bin/launch-client.md @@ -516,8 +516,8 @@ like: -- \ wine winedbg notepad.exe -If a game is crashing on startup, this can be debugged by setting its -Steam Launch Options to +If a Proton game is crashing on startup, this can be debugged by setting +its Steam Launch Options to SRT_LAUNCHER_SERVICE_STOP_ON_EXIT=0 STEAM_COMPAT_LAUNCHER_SERVICE=proton %command% @@ -535,4 +535,8 @@ To exit the command server when finished, use a command like: --bus-name=com.steampowered.App312990 \ --terminate +A similar procedure can be used for non-Proton games, +by adding `SRT_LAUNCHER_SERVICE_STOP_ON_EXIT=0` to the launch options in +a similar way. + <!-- vim:set sw=4 sts=4 et: --> -- GitLab