Merge pull request #303571 from Guanran928/steam

steamPackages.steam-fhsenv: fix IME issues
This commit is contained in:
Aleksana 2024-04-26 20:33:16 +08:00 committed by GitHub
commit 11a2605451
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -68,6 +68,10 @@ let
envScript = ''
# prevents various error messages
unset GIO_EXTRA_MODULES
# This is needed for IME (e.g. iBus, fcitx5) to function correctly on non-CJK locales
# https://github.com/ValveSoftware/steam-for-linux/issues/781#issuecomment-2004757379
GTK_IM_MODULE='xim'
'' + lib.toShellVars extraEnv;
in buildFHSEnv rec {