Skip to content
steam-runtime-tools v0.20240415.0

  * steam-runtime-supervisor:
    - New tool, a less specialized version of pressure-vessel-adverb
      (steamrt/tasks#387)
  * pressure-vessel:
    - Better handling of LD_PRELOAD modules and VDPAU drivers on
      distributions like Clear Linux and Solus that use lib64 and lib32
      directories (steam-runtime#642)
    - Update srt-bwrap to be identical to bubblewrap v0.9.0
      + Use a clearer error message when mount(2) fails with ENOSPC
        (ValveSoftware/steam-runtime#637)
      + Make --symlink idempotent
      + Add --argv0 option
      + Fix a double-close
      + Fix various compiler warnings, etc.
      + Improve documentation
  * SLR_soldier, SLR_sniper:
    - Rename files in *_platform_*/files/ that could cause distribution
      issues or be deleted by over-zealous cleanup tools
      (steam-for-linux#10614, steamrt/tasks#422)
      + non-Windows-friendly filenames (containing :, etc.)
      + **/__pycache__/*.pyc
      + **/.cache/**
      + **/tmp/**
    - Save some space by using the same mechanism to preserve hard-links
  * Refactoring