client:fcitx
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| client:fcitx [2025/09/12 09:16] – [Setting up Fcitx] marlonivo | client:fcitx [2025/09/12 09:19] (current) – marlonivo | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Setting up Fcitx ===== | + | ===== 1. Setting up Fcitx ===== |
| Fcitx [ˈfaɪtɪks] is an input method framework with extension support. Currently it supports Linux and Unix systems like freebsd. It has three built-in Input Method Engine, Pinyin, QuWei and Table-based input methods. | Fcitx [ˈfaɪtɪks] is an input method framework with extension support. Currently it supports Linux and Unix systems like freebsd. It has three built-in Input Method Engine, Pinyin, QuWei and Table-based input methods. | ||
| Line 20: | Line 20: | ||
| </ | </ | ||
| - | ===== Input Method Framework (IMF) ===== | + | |
| + | ===== 2. Locale ===== | ||
| + | |||
| + | See locale for details. | ||
| + | |||
| + | Locales are used to correctly display regional or language/ | ||
| + | |||
| + | < | ||
| + | $ locale -a | ||
| + | </ | ||
| + | |||
| + | To enable the Japanese locale, uncomment ja_JP.utf8 in / | ||
| + | < | ||
| + | / | ||
| + | ------------------- | ||
| + | # | ||
| + | ja_JP.UTF-8 UTF-8 | ||
| + | # | ||
| + | </ | ||
| + | |||
| + | Afterwards, regenerate your locale: | ||
| + | < | ||
| + | # locale-gen | ||
| + | </ | ||
| + | |||
| + | ===== 3. Input Method Framework (IMF) ===== | ||
| After the installation you need to configure fcitx in your .xprofile, which means your system enviroment so that your system accepts fcitx as standard input: | After the installation you need to configure fcitx in your .xprofile, which means your system enviroment so that your system accepts fcitx as standard input: | ||
| Line 29: | Line 54: | ||
| </ | </ | ||
| - | Reboot your system so that it takes effect. | + | 🎉 Finished, have fun with writing any character on earth. |