Wubi Input method in Linux system some words cannot be hit (resolved)

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.