nongnu: steam: Fix UI scaling.

Closes #226.

* nongnu/package/steam-client.scm (make-container-wrapper): Preserve GDK_SCALE.
This commit is contained in:
John Kehayias 2022-12-27 16:38:30 -05:00
parent e662a42388
commit 89dd9ecb32
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -408,6 +408,7 @@ in a sandboxed FHS environment."
(preserved-env '("^DBUS_" (preserved-env '("^DBUS_"
"^DISPLAY$" "^DISPLAY$"
"^DRI_PRIME$" "^DRI_PRIME$"
"^GDK_SCALE$" ; For Steam UI scaling.
"^PRESSURE_VESSEL_" ; For pressure vessel options. "^PRESSURE_VESSEL_" ; For pressure vessel options.
"_PROXY$" "_PROXY$"
"_proxy$" "_proxy$"