First, install the FCITX
1. Install the FCITX required components
sudo apt install fcitx fcitx-tools fcitx-config* fcitx-frontend* fcitx-module* fcitx-ui-* presage
2. Remove redundant components (for non-KDE desktops only)
Because the above installation commands are installed in order to facilitate the use of wildcards, it is possible to install one more fcitx-module-kimpanel , this component may result in non-KDE desktop environment FCITX input Chinese when the candidate box is not displayed, if the KDE desktop does not need to remove.
sudo apt remove fcitx-module-kimpanel
3. Install one or more input methods as needed
$ sudo apt install fcitx-Pinyin # Pinyin $ sudo apt install fcitx-sunpinyin # sun Pinyin $ sudo apt install fcit X-googlepinyin # google pinyin $ sudo apt install fcitx-table-wubi-large # Wubi
Second, fcitx the solution to not display the candidate Word box when entering Chinese
As mentioned above, in a non-KDE desktop environment, if installed fcitx-module-kimpanel , may cause fcitx input Chinese when the candidate box is not displayed, remove the component, and then restart FCITX
sudo apt remove fcitx-module-kimpanel
Three, Fcitx Chinese input Method-full-width bracket
Newly installed FCITX, in the Chinese input method state, [ and ] the typed characters are · and 「 /」
Edit/usr/share/fcitx/data/Punc.mb.zh_CN, will [·] "This part changed to its own habit: [?"]? "Once saved, reboot the FCITX to be OK."
Linux Basics Fcitx Chinese Input Method installation