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.
This commit is contained in:
John Kehayias 2023-07-15 15:46:09 -04:00
parent c6467d10db
commit c61c094e76
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -263,6 +263,12 @@ in a sandboxed FHS environment."
"^PRESSURE_VESSEL_" ; For pressure vessel options. "^PRESSURE_VESSEL_" ; For pressure vessel options.
"_PROXY$" "_PROXY$"
"_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_" "^SDL_"
"^STEAM_" "^STEAM_"
"^VDPAU_DRIVER_PATH$" ; For VDPAU drivers. "^VDPAU_DRIVER_PATH$" ; For VDPAU drivers.