Translations:Using Fcitx 5 on Wayland/25/en
Jump to navigation
Jump to search
- Xlib-based (and also other toolkit based on Xlib, e.g. tk, SDL1, etc), e.g. xterm, rxvt. Make sure XMODIFIERS is set correctly.
- Gtk2-based applications, similar to Xlib, but can use fcitx im module. Set GTK_IM_MODULE to fcitx will give it best experience.
- SDL2-based applications that doesn't default to wayland. Set SDL_IM_MODULE to fcitx
- electron, chromium, these are still default to X11, similar to Gtk2 case.
- For Qt4 applcation, Qt 4 can only use X11. You will need to QT_IM_MODULE to fcitx. Same for Qt5+ that uses XCB (can be override with QT_QPA_PLATFORM=xcb).