https://steamcommunity.com/groups/SteamClientBeta/announcements
https://store.steampowered.com/oldnews/?feed=steam_client
$ nano -w ~/.steam/root/package/beta
publicbeta
$ rm ~/.steam/root/package/beta
$ steam --reset
$ export DEBUGGER=gdb
$ export STEAM_DEBUG=1
$ steam
$ export STEAM_RUNTIME_VERBOSE=1
$ steam
The log can be found in e.g. ~/.steam/root/steamapps/common/SteamLinuxRuntime_soldier/var
afterwards.
$ export STEAM_LINUX_RUNTIME_LOG=1
$ steam
Heavy: https://gitlab.steamos.cloud/steamrt/steamrt/-/wikis/Heavy-release-notes
v1 Scout: https://gitlab.steamos.cloud/steamrt/steamrt/-/wikis/Scout-release-notes
v2 Soldier: https://gitlab.steamos.cloud/steamrt/steamrt/-/wikis/Soldier-release-notes
v3 Sniper: https://gitlab.steamos.cloud/steamrt/steamrt/-/wikis/Sniper-release-notes
Steam Linux Runtime 1.0 (scout): https://gitlab.steamos.cloud/steamrt/steamrt/-/wikis/Steam-Linux-Runtime-1.0-(scout)-release-notes
Tools: https://gitlab.steamos.cloud/steamrt/steam-runtime-tools
Bugreports: https://github.com/ValveSoftware/steam-runtime
Versions:
$ cat ~/.steam/root/ubuntu12_64/steam-runtime-heavy/version.txt
$ cat ~/.steam/root/ubuntu12_32/steam-runtime/version.txt
$ cat ~/.steam/root/steamapps/common/SteamLinuxRuntime_soldier/VERSIONS.txt
$ cat ~/.steam/root/steamapps/common/SteamLinuxRuntime_sniper/VERSIONS.txt
$ cat ~/.steam/root/steamapps/common/SteamLinuxRuntime/VERSIONS.txt
Checks:
$ ls -la ~/.steam/root/ubuntu12_32/steam-runtime/pinned_libs_32
$ ~/.steam/root/ubuntu12_32/steam-runtime/run.sh --print-steam-runtime-library-paths
$ ~/.steam/root/ubuntu12_32/steam-runtime/run.sh steam-runtime-identify-library-abi --ldconfig > library-abi.log
$ ~/.steam/root/ubuntu12_32/steam-runtime/run.sh steam-runtime-system-info > srsi.log
v4 Medic: https://gitlab.steamos.cloud/steamrt/steamrt/-/blob/steamrt/medic/README.md
steamrt5: https://gitlab.steamos.cloud/steamrt/steamrt/-/blob/steamrt/steamrt5/README.md
Open the Steam options of the specific application and enter the following command into the start parameters form.
strace %command% 2>&1 | tee ~/strace.log