Translations:Setup Fcitx 5/38/en
Jump to navigation
Jump to search
Other less common setup
There are some other variable that might be useful certain applications.
SDL_IM_MODULE
Set the value to fcitx. Only SDL2 requires this. SDL1 uses XIM.
GLFW_IM_MODULE
This is a variable only used by kitty. You need to set it to `GLFW_IM_MODULE=ibus`.
Binary Qt application
Due to Qt 5 does not support XIM, and it only bundles ibus im module, you may want to set `QT_IM_MODULE=ibus` for Qt application that does not use your system Qt library. (It may still not work because certain Qt application does not even bundle any im module).