Skip to content
steam-runtime-tools v0.20220803.0

  * pressure-vessel: Share more paths with the container by default
    (steamrt/tasks#149, steam-runtime#334, steam-runtime#393,
    steam-runtime#429, steam-runtime#470, Proton#5102,
    steam-runtime-tools#18)
    - If the user's real home directory is shared with the container,
      also share the typical paths for removable media: /run/media,
      /media, /mnt.
    - If the user's real home directory is shared with the container,
      also share FHS 3.0 top-level directories /home, /opt and /srv.
  * Locally-created top-level directories that don't follow any particular
    specification (for example /storage, /files, /games) continue to not be
    shared by default. They can still be shared by setting the
    STEAM_COMPAT_MOUNTS environment variable.
  * A new document docs/shared-paths.md describes what is and isn't shared.