User Tools


client:fcitx

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
client:fcitx [2024/07/25 00:24] – created - external edit 127.0.0.1client: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 8: Line 8:
  
 <code> <code>
-yay -S noto-font-cjk fcitx5-mozc+yay -S fcitx5-kkc
 </code> </code>
  
Line 20: Line 20:
 </code> </code>
  
-===== Input Method Framework (IMF) =====+ 
 +===== 2. Locale ===== 
 + 
 +See locale for details. 
 + 
 +Locales are used to correctly display regional or language/locale-specific standards. To ensure the Japanese locale is enabled, confirm that ja_JP.utf8 is in the output of: 
 + 
 +<code> 
 +$ locale -a 
 +</code> 
 + 
 +To enable the Japanese locale, uncomment ja_JP.utf8 in /etc/locale.gen: 
 +<code> 
 +/etc/locale.gen 
 +------------------- 
 +#ja_JP.EUC-JP EUC-JP 
 +ja_JP.UTF-8 UTF-8 
 +#ka_GE.UTF-8 UTF-8 
 +</code> 
 + 
 +Afterwards, regenerate your locale: 
 +<code> 
 +# locale-gen 
 +</code> 
 + 
 +===== 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:
 </code> </code>
  
-Reboot your system so that it takes effect.+🎉 Finished, have fun with writing any character on earth.