summaryrefslogtreecommitdiff
path: root/indra/newview/linux_tools
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-05-16 10:32:03 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-05-16 10:32:03 -0400
commite19cf9aedd0ed775022ce9704127e7958796494a (patch)
tree2a4a590cb1206bee59ab7eb9ccec067ca2fbdd39 /indra/newview/linux_tools
parent0eaca22969fb14402a898325a64276e1c11dff0c (diff)
parentb31789c146aab2e1fe0040f9c3c4cf42526e9c4b (diff)
Merge branch 'release/maint-b' into nat/maint-b-tests
Diffstat (limited to 'indra/newview/linux_tools')
-rwxr-xr-xindra/newview/linux_tools/wrapper.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/linux_tools/wrapper.sh b/indra/newview/linux_tools/wrapper.sh
index 7d26c81283..a027aaf6d1 100755
--- a/indra/newview/linux_tools/wrapper.sh
+++ b/indra/newview/linux_tools/wrapper.sh
@@ -62,6 +62,10 @@ export SDL_VIDEO_X11_DGAMOUSE=0
if [ "$GTK_IM_MODULE" = "scim" ]; then
export GTK_IM_MODULE=xim
fi
+if [ "$XMODIFIERS" = "" ]; then
+ ## IME is valid only for fcitx, not when using ibus
+ export XMODIFIERS="@im=fcitx"
+fi
## - Automatically work around the ATI mouse cursor crash bug:
## (this workaround is disabled as most fglrx users do not see the bug)