Skip to content
steam-runtime-tools v0.20240820.0

  [ Ryan Gonzalez ]
  * steam-runtime-urlopen:
    - When run inside the scout LD_LIBRARY_PATH runtime, if unable to
      open the URL via xdg-desktop-portal or Steam fails, fall back to
      removing the runtime's environment variables and running the
      system copy of xdg-open if any (steamrt/tasks#489)
  * srt-run-outside-ldlp:
    - New tool which can be used in the scout LD_LIBRARY_PATH runtime,
      to run system commands such as xdg-email without compatibility
      issues or overhead caused by the runtime or the Steam Overlay
      (steamrt/tasks#489)

  [ Simon McVittie ]
  * Internal changes:
    - Fix build with glibc 2.39
    - Fix build with GLib 2.81.x
    - srt-run-outside-ldlp: Fix logging issues