Recently in the use of CentOS7 desktop version, when typing with Wubi, some words do not come out, such as "overlay." But it can be played under win.
From the Internet to find the reason, it is necessary to change to the GBK character set. Here's how:
Modify file vim/usr/share/ibus-table/engine/table.py to 227 rows
# self._chinese_mode:the candidate Filter mode,#0means to show Simplified Chinese only#1means to show traditional Chinese only#2means to show all characters but show Simplified Chinese first represents all Chinese characters, but it shows Simplified Chinese. # 3means to show all characters but show traditional Chinese first#4means to show all characters# we use LC_CTYPE or LANG to determine which one to use
Note the following three lines
#self._chinese_mode=Variant_to_value (Self._config.get_value (#self._config_section,# "Chinesemode"))
Add a line:
Self._chinese_mode = 2
Then restart the IME.
Attached: Installation Wubi
Yum List | grep Wubiibus 1.4. 6-3. El7 ibus1.4. 6-3
Yum Install Ibus-table-chinese-wubi-haifeng.noarch-y
Wubi Input method in Linux system some words cannot be hit (resolved)