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:17] – 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 27: | Line 27: | ||
| Locales are used to correctly display regional or language/ | Locales are used to correctly display regional or language/ | ||
| + | < | ||
| $ locale -a | $ locale -a | ||
| + | </ | ||
| To enable the Japanese locale, uncomment ja_JP.utf8 in / | To enable the Japanese locale, uncomment ja_JP.utf8 in / | ||
| + | < | ||
| / | / | ||
| - | + | ------------------- | |
| - | ... | + | |
| # | # | ||
| ja_JP.UTF-8 UTF-8 | ja_JP.UTF-8 UTF-8 | ||
| # | # | ||
| - | ... | + | </ |
| Afterwards, regenerate your locale: | Afterwards, regenerate your locale: | ||
| + | < | ||
| # locale-gen | # locale-gen | ||
| + | </ | ||
| - | ===== Input Method Framework (IMF) ===== | + | ===== 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 52: | Line 54: | ||
| </ | </ | ||
| - | Reboot your system so that it takes effect. | + | 🎉 Finished, have fun with writing any character on earth. |