I. Installation
First, you can uninstall the Default Input Method scim.
Sudo apt-Get remove ibus
Then install the penguin input method.
Sudo apt-Get install fcitx
Set default startup
Im-switch-s fcitx-Z default
Sudo im-switch-s fcitx-Z default
2. The Penguin input method cannot be displayed normally. It is a solution to the box.
1. modify the configuration file
Gedit ~ //. Fcitx/config // If gedit is not configured to support gb18030 encoding, the file will be garbled after it is opened (for details, see my other blog post)
Modify the following items:
Show font (medium) = yahei consolas hybrid # If you have not installed, you can use "wenquanyi bitmap song"
Enter key behavior = 1 # = 1 indicates that when you press enter, the content entered in the input box is cleared.
Previous Page =, # Use,. Flip page, set as your preferences
Next page =.
[Input method]
Use Pinyin = 0
Pinyin name = smart pinyin
Use double fight = 0
Double fight name = intelligent double fight
Default dual-join solution = natural code
Location = 0
Location name = Location
Usage code table = 1
Phrase = 1 in the prompt dictionary
Other input methods =
2. modify the code table File
Sudo gedit/usr/share/fcitx/data/Tables. conf
Because the five-stroke Pinyin is enough, other input methods do not need to appear. You only need to leave the following content in the file, and other configuration segments can be cleared or commented out.
[Code table]
Name = wubi pinyin
Code table = wbpy. MB
Fm = 2
Pinyin = 1
Pinyin key = z
Automatic Screen loading =-1
Empty code automatically screen on =-1
Auto phrase = 1
Exact match = 0
Prompt code = 0
3. Restart X-window.
Normally, after the X-window is restarted, the Chinese display of the little penguin input method will be completely normal, and there will only be "five strokes pinyin", saving the trouble of switching back and forth among multiple input methods.
1. Delete the Default Input Method of ubuntu 10.04: sudo apt-Get autoremove ibus
2, download the input method and install,: http://fcitx.googlecode.com/files/fcitx-svn_3.6.3-20100316-r347_i386.deb
3. Solve the loose code on the fcitx interface: sudo apt-Get install TTF-arphic-uming
4. Set the default system input method: System-> Administration-> language support. Select fcitx from keyboard input method system.
5. log out of the current user and log on again.
Note: When you enter the language support page, you will be prompted that the language is not fully installed. If you have any installation prompt, choose not to install it. If yes, ibus will be installed again.