summaryrefslogtreecommitdiff
path: root/steam/steam-native.sh
blob: 2283eeee422f7171d26085e7c31aa558d5d5e76e (plain)
    1 #!/bin/sh
    2 export STEAM_RUNTIME=0
    3 # Workaround for dbus fatal termination related coredumps (SIGABRT)
    4 # https://github.com/ValveSoftware/steam-for-linux/issues/4464
    5 export DBUS_FATAL_WARNINGS=0
    6 exec /usr/bin/steam "$@"

Generated by cgit