diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-07 00:29:37 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-07 00:29:37 +0000 |
commit | 978c210b9e6d03aa154c99eded6e30b823e395ff (patch) | |
tree | 12544a6d75eb2a7c603daa1a3af306f2cd5d078d /app-emulation/steam | |
parent | 24e36add96729094abb8a62e596cf85e984e844c (diff) |
app-emulation/steam : try to avoid some coredumps
Diffstat (limited to 'app-emulation/steam')
-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 } |