Ubuntu scim Chinese input method installation detailed tutorial

  

Ubuntu SCIM should be the best Chinese input method, it is similar to Sogou, the following describes its installation method: 1) Terminal input: sudo apt-get remove scim This step is to remove the scim installed when the system is installed. It is actually a fake, I can not use it here; 2) sudo apt-get install scim This step downloads and installs the scim input method. After downloading the system, you will install it yourself. There will be a prompt in the middle, just y will do it; 3) sudo apt-get install scim-chinese This step is to download and install the Chinese input method. The previous step is just to download a platform that can run the input method. Now install Chinese input on this specific platform; 4) sudo gedit /etc/X11/Xsession.d /95xinput This step is to create a new 95xinput file, the specific content of the file is as follows:


Here is the code snippet: /usr/bin/scim -d XMODIFIERS="@im=SCIM" export XMODIFIERS export GTK_IM_MODULE=scim


Copy the above into the newly created 95xinput file, then After confirming the error, save and exit the gedit editor; 5) exit

Exit the terminal; 6) Logout

Log in again, then use Ctrl+Space to activate the Chinese input method.

Copyright © Windows knowledge All Rights Reserved