Skip to content
steam-runtime-tools v0.20241101.0

  * pressure-vessel:
    - Fix setup of VDPAU drivers in the container, which regressed in
      v0.20231128.0 (steam-runtime-tools!764)
    - Use host versions of libdrm family if newer, even without an explicit
      dependency, defending against possible use of dlopen() for these
      libraries in future Mesa releases (see mesa/mesa!21658)
    - Share $STEAM_RUNTIME_SCOUT with the container, so that
      Steam Linux Runtime 1.0 can use it (steamrt/tasks#520)
    - Update bubblewrap to 0.11.0
      + improved logging on error (steamrt/tasks#444)
  * s-r-dialog:
    - Prefer to look for s-r-dialog-ui in $STEAM_RUNTIME_SCOUT
      (steamrt/tasks#520)
  * Diagnostic tools:
    - Fix build with Vulkan-Loader 1.3.296 and slightly improve error
      reporting (steam-runtime-tools!765)
  * Tree-wide:
    - Consistently disable GIO modules for any executable with an RPATH,
      but restore them before steam-runtime-urlopen runs external programs
      (steamrt/tasks#505)
    - Documentation updates
  * tests:
    - Avoid invalid escape sequences in JSON, avoiding test failures with
      json-glib 1.10