How to solve the problem that Centos7 Chinese input method cannot be switched?
First of all, you need to confirm that you have installed ibus-pinyin. If not, execute the following command to install
yum install ibus-pinyin
At this time, in applications-system tools-setting The Chinese
input sources option can appear in -region&language
as shown below:
After restarting, the Chinese input method switching option will appear in the upper right corner of the desktop , as shown below:
So far, I still cannot use the Chinese input method. I searched for relevant solutions online and the summary is as follows:
Download and install im-chooser :yum install im-chooser
After the installation is completed, run im-chooser on the terminal. The menu bar will pop up as follows. Choose to use iBus, and finally logout or reboot. Finally, you can switch between Chinese and English input methods.
Related references: centOS Tutorial
The above is the detailed content of How to solve the problem that Centos7 Chinese input method cannot be switched. For more information, please follow other related articles on the PHP Chinese website!