// Management · RimWorld Mod
Linux IME Fix Linux 输入法修复
Linux IME Fix Linux 输入法修复 中文说明 本 MOD 用于修复 Linux 下 RimWorld 文本框无法直接使用 IBus 输入法的问题。 功能 - 支持 Linux 版 RimWorld 1.
Linux IME Fix Linux 输入法修复
中文说明
本 MOD 用于修复 Linux 下 RimWorld 文本框无法直接使用 IBus 输入法的问题。
功能
- 支持 Linux 版 RimWorld 1.6。
- 支持基于 IBus 的输入法,包括通过 IBus 使用的 Rime。
- 支持 RimWorld 的 IMGUI TextField/TextArea 文本框。
- 在游戏内显示预编辑/候选词窗口,支持光标跟随、UI 缩放、屏幕边缘处理和顶层绘制。
- 支持 Backspace 等组词编辑键。
运行环境
- Linux 版 RimWorld 1.6
- Harmony
- 桌面会话中正在运行的 IBus
- 对应语言的 IBus 输入引擎,例如 IBus Rime
English
Fixes direct IBus input in RimWorld text fields on Linux.
Features
- Supports RimWorld 1.6 on Linux.
- Works with IBus-based input methods, including Rime through IBus.
- Supports RimWorld IMGUI TextField/TextArea input.
- Shows an in-game preedit/candidate window with cursor following, UI scaling support, screen-edge handling, and top-layer rendering.
- Supports composition editing keys such as Backspace.
Requirements
- Linux version of RimWorld 1.6
- Harmony
- IBus running in the desktop session
- An IBus input engine for your language, such as Rime via IBus
How it works
The mod sends text-field key events to IBus through D-Bus, receives preedit/candidate/commit updates, and inserts committed text back into the active RimWorld text field.