Home > Article > System Tutorial > What should we do to solve the problem that WPS cannot input Chinese in Ubuntu system?
Although Linux has LibreOffice, it is not very compatible with Microsoft office, and some typesetting problems may occur. A few years ago, Kingsoft also developed a Linux version of WPS, but when used on Ubuntu, Chinese cannot be input directly. How can I make WPS input Chinese normally?
1. Open the WPS document. The input method in the upper right corner is already Chinese, but when actually typing, you can only input English letters and cannot produce Chinese
2. Enter in the terminal: sudo gedit/usr/bin/wps
3. Add from the second line: export XMODIFIERS="@im=fcitx"export QT_IM_MODULE="fcitx"gOpt=#gOptExt=-multiplygTemplateExt=("wpt" "dot" "dotx ")
4. Enter in the terminal: sudo gedit/usr/bin/et
5. Add to the second line: export XMODIFIERS="@im=fcitx"export QT_IM_MODULE="fcitx"gOpt=#gOptExt=-multiply
6, Restart WPS, then you can enter Chinese
related suggestion:
How to set the English version interface of ubuntu15.04 to Chinese?
What should I do if WPS missing fonts under Linux system cause files to be garbled?
What should I do if the ubuntu system cannot install wps? What to do if the ubuntu system fails to install wps
The above is the detailed content of What should we do to solve the problem that WPS cannot input Chinese in Ubuntu system?. For more information, please follow other related articles on the PHP Chinese website!