Home > Operation and Maintenance > CentOS > How to solve the problem of unable to input Chinese in centos

How to solve the problem of unable to input Chinese in centos

Release: 2020-03-20 14:48:07
Original
6352 people have browsed it

How to solve the problem of unable to input Chinese in centos

First check whether it is installed and use the yum install ibus-libpinyin command to install it. If it is prompted that it already exists. No installation required.

Recommended tutorial: centos usage tutorial

Through Applications ->System Tools ->Setting ->Regin & Language, you can add input methods in the setting box , and it is the shift shortcut key to switch.

After the above operation, I found that the input method has been set, and I can see the presence of Chinese when switching with shift. But cannot type Chinese.

You can solve the problem in three steps.

Install im-chooser:

yum install im-chooser
Copy after login

Return to the current normal user, set the ibus input method as the default input system:

imsettings-switch ibus
Copy after login

Then log out the user and log in again.

Recommended related video tutorials: linux video tutorial

The above is the detailed content of How to solve the problem of unable to input Chinese in centos. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template