Skip to content
steam-runtime-tools v0.20240103.0

  * pv-wrap: Don't register stdout, stderr, --pass-fd with FlatpakBwrap.
    This fixes two separate issues:
    - if stdout/stderr were directed to a log file, pv-adverb output would
      start again at byte 0, overwriting pv-wrap output;
    - on error, we would crash with an assertion failure on trying to close
      those fds twice
    (steamrt/tasks#370, fixing a regression in v0.20230621.0)