Skip to content

adapt to new use of $STEAM_RUNTIME_SCOUT

Simon McVittie requested to merge wip/task520 into main
  • dialog: Prefer to look for dialog-ui in $STEAM_RUNTIME_SCOUT

    Historically $STEAM_RUNTIME has been both an input to steam.sh (switching to a different LDLP runtime for testing, or disabling it altogether) and an output from steam.sh/run.sh (indicating that we are now inside the LDLP runtime), and when used as an input it can be set to either a boolean or an absolute path.

    This is needlessly confusing, and we're trying to phase out at least its role as a path input, replacing it with $STEAM_RUNTIME_SCOUT which is already used by the "Steam Linux Runtime 1.0 (scout)" hybrid container runtime.

    steamrt/tasks#545, steamrt/tasks#520

  • pv-wrap: If STEAM_RUNTIME_SCOUT is set, always share it with container

    Steam Linux Runtime 1.0 (scout) wants access to this.

    steamrt/tasks#545, steamrt/tasks#520

  • logger(1): Mention $STEAM_RUNTIME_SCOUT in the synopsis

    steamrt/tasks#545, steamrt/tasks#520

  • Add comments where we're intentionally not using $STEAM_RUNTIME_SCOUT

    steamrt/tasks#545, steamrt/tasks#520

/cc @refi64

Merge request reports