Skip to content

runtime: Avoid Wayland when in a Scout container

Ludovico de Nittis requested to merge wip/denittis/disable_scout_wayland into master

Unset SDL_VIDEODRIVER if it was previously set to "wayland", when we are in a Scout SteamLinuxRuntime, because Scout is too old to support Wayland.

This is not necessary for Soldier or Sniper because we expect it to be working for them.


Fixes: T27777

Merge request reports