Install Google Pinyin input method in Ubuntu and solve the problem that the input method cannot print Chinese characters. install Google Pinyin input method in Ubuntu (which is actually an extension of scim) as follows: www.2cto. comA. get the code: (install git first without git: sudoapt-getinstall... install Google Pinyin input method in Ubuntu and solve the problem that the input method cannot print Chinese characters. install Google Pinyin input method in Ubuntu (which is actually an extension of scim) as follows: www.2cto.com. get the code: (install git first without git: sudo apt-get install git-core) $ git clone git: // github.com/tchaikov/scim-googlepinyin.git $ cd scim-googlepinyin B. prerequisites for compilation: The above link describes how to compile, but I have not mentioned several required components. here I will list them as follows :* Autotools-dev * libgtk2.0-dev * libscim-dev * libtool * automake: $ aptitude install autotools-dev libgtk2.0-dev libscim-dev libtool automake C. compile: remember that the system must first have SCIM (if not, sudo apt-get install scim) $. /autogen. sh $ make $ sudo make install restart scim: disable scim: pkill scim and start: scim-d to select scim as the default input method for "language support" in the preference, then, log out and click OK. If Google's input method cannot print Chinese characters, restart scim to solve the problem.
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.