From 028192eef2ad9e49a7369694ed9977a42d70c7fa Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Tue, 30 Jan 2024 18:41:30 +0000
Subject: [PATCH] pv-wrap(1): Use sniper and Battle for Wesnoth in our example

We no longer produce scout runtimes that work like this: SLR 1.0 'scout'
has been in layered mode (scout-on-soldier) since June 2021.

Signed-off-by: Simon McVittie <smcv@collabora.com>
---
 pressure-vessel/wrap.1.md | 15 +++++----------
 1 file changed, 5 insertions(+), 10 deletions(-)

diff --git a/pressure-vessel/wrap.1.md b/pressure-vessel/wrap.1.md
index 55c1047a6..39e56a13c 100644
--- a/pressure-vessel/wrap.1.md
+++ b/pressure-vessel/wrap.1.md
@@ -667,24 +667,19 @@ require communication or integration with Steam, without going via
 Steam to launch it. This will only work for simple games without DRM
 or significant Steam integration.
 
-    $ steam steam://install/1070560     # Steam Linux Runtime 'scout'
-    $ steam steam://install/302380      # Floating Point, a small free game
+    $ steam steam://install/1628350     # Steam Linux Runtime 3.0 'sniper'
+    $ steam steam://install/599390      # Battle for Wesnoth
     $ rm -fr ~/tmp/pressure-vessel-var
     $ mkdir -p ~/tmp/pressure-vessel-var
-    $ archive=com.valvesoftware.SteamRuntime.Platform-amd64,i386-scout-runtime.tar.gz
-    $ cd ~/.steam/steam/steamapps/common/"Floating Point"
+    $ cd ~/.steam/steam/steamapps/common/wesnoth
     $ /path/to/pressure-vessel/bin/pressure-vessel-wrap \
-        --runtime-archive ~/.steam/steamapps/common/SteamLinuxRuntime/"$archive" \
+        --runtime ~/.steam/steam/steamapps/common/SteamLinuxRuntime_sniper/sniper_platform_*/
         --variable-dir ~/tmp/pressure-vessel-var \
         --shell=instead \
         -- \
-        "./Floating Point.x86"
+        ./start.sh
 
 In the resulting **xterm**(1), you can explore the container interactively,
 then type `"$@"` (including the double quotes) to run the game itself.
 
-For more joined-up integration with Steam, install the Steam Linux Runtime
-(`steam://install/1070560`), and configure a native Linux game in Steam
-to be run with the `Steam Linux Runtime` "compatibility tool".
-
 <!-- vim:set sw=4 sts=4 et: -->
-- 
GitLab