summaryrefslogtreecommitdiff
path: root/nonguix
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2023-07-15 15:46:09 -0400
committerJohn Kehayias <john.kehayias@protonmail.com>2023-07-15 15:51:08 -0400
commitc61c094e765139bf98afaa459baeeacdb928e457 (patch)
tree77fcec0cec5dc2e3ddb95f7d36a81b00e5a47a8f /nonguix
parentc6467d10dbe1a73ea63ba3df47e7afe84b53a589 (diff)
nongnu: steam: Allow workaround of white box bug.
See <https://gitlab.com/nonguix/nonguix/-/issues/267> and <https://github.com/ValveSoftware/steam-for-linux/issues/9306>. * nonguix/multiarch-container.scm (make-container-wrapper): Preserve QT_X11_NO_MITSHM to allow setting to 1 to workaround an upstream bug where only a white box is displayed.
Diffstat (limited to 'nonguix')
-rw-r--r--nonguix/multiarch-container.scm6
1 files changed, 6 insertions, 0 deletions
diff --git a/nonguix/multiarch-container.scm b/nonguix/multiarch-container.scm
index 92e49dc..995aa2a 100644
--- a/nonguix/multiarch-container.scm
+++ b/nonguix/multiarch-container.scm
@@ -263,6 +263,12 @@ in a sandboxed FHS environment."
"^PRESSURE_VESSEL_" ; For pressure vessel options.
"_PROXY$"
"_proxy$"
+ ;; To allow workaround for upstream bug
+ ;; <https://github.com/ValveSoftware/steam-for-linux/issues/9306>
+ ;; and tracked on our end as
+ ;; <https://gitlab.com/nonguix/nonguix/-/issues/267>.
+ ;; TODO: Remove once upstream fixes this bug.
+ "^QT_X11_NO_MITSHM$"
"^SDL_"
"^STEAM_"
"^VDPAU_DRIVER_PATH$" ; For VDPAU drivers.