mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-12-23 15:24:52 +01:00
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:
parent
c6467d10db
commit
c61c094e76
1 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue