fhs-user-env: keep DBUS_SESSION_BUS_ADDRESS env
Steam requires this variable or some games run incredibly slow. See ValveSoftware/Dota-2#921 for more information.
This commit is contained in:
parent
b8614a6c63
commit
a368b27270
@ -20,6 +20,7 @@ envvars = [ 'TERM',
|
|||||||
'XDG_RUNTIME_DIR',
|
'XDG_RUNTIME_DIR',
|
||||||
'LANG',
|
'LANG',
|
||||||
'SSL_CERT_FILE',
|
'SSL_CERT_FILE',
|
||||||
|
'DBUS_SESSION_BUS_ADDRESS',
|
||||||
]
|
]
|
||||||
|
|
||||||
require 'tmpdir'
|
require 'tmpdir'
|
||||||
|
Loading…
Reference in New Issue
Block a user