Fedora8 commands and configuration methods for installing scim in locale
Source: Internet
Author: User
Command and configuration method for installing scim for the Chinese Input Method under fedora8 locale-Linux general technology-Linux technology and application information. The following is a detailed description. Fedora 8 installation of scim commands and Configuration Methods
First, open the terminal and use the su command to switch to the root identity.
1. Install scim:
Yum install scim
4. If necessary, you can also install the Chinese font library (if the file size is large and the network speed is poor, do not install it)
Yum install fonts-chinese
5. log out from the desktop system and log on again to use up to 20 input methods in simplified Chinese and Traditional Chinese. Shortcut Keys can be set by right-clicking "scim setup" on the input method icon.
If your desktop is not set to an Asian language environment, for example, your default English interface, pay attention to the following points:
1. To use the Chinese Input Method in locale, you must modify the scim configuration file: Find a line of such code in the file/etc/X11/xinit/xinitrc. d/xinput. sh.
Export age_list = "as bn gu hi ja kn ko ml mr ne or pa si ta te th ur vi zh"
Add the en item to it, and then save and restart. Note that the modification must be completed with the root permission. The command is:
Gedit/etc/X11/xinit/xinitrc. d/xinput. sh
Save the modification.
2. to activate it upon login, run the following command, log out and log on to the desktop again.
Mkdir ~ /. Xinput. d
Ln-s/etc/X11/xinit/xinput. d/scim ~ /. Xinput. d/default
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.