diff options
-rwxr-xr-x | app-emulation/steam/files/redcore-steam | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/steam/files/redcore-steam b/app-emulation/steam/files/redcore-steam index e11ba683..82c4e872 100755 --- a/app-emulation/steam/files/redcore-steam +++ b/app-emulation/steam/files/redcore-steam @@ -28,6 +28,7 @@ launch_steam () { do_remove do_preload export DISPLAY=:0 + export DBUS_FATAL_WARNINGS=0 steam } |