In Ubuntu, configure fitx-Fun Input Toy for Linux (the default language is English). You know that the sogou PinYin Input Method and Google Pinyin Input method are also very useful in Windows, but the built-in Chinese Input Method in Ubuntu is not flattering, fortunately with Fun Input Toy for Linux, very easy to use, is a Google Code Project, specific features and see [url] http://code.google.com/p/fitx/ [/url] I don't waste space. Www.2cto.com first installs scim, scim-python, and fitx. First, you can use the Java code sudo apt-get install scim for installation. While scim-python, fitx to Java code http://code.google.com/p/fitx/ download. In an English environment, the default input method is system, and the specific options are not configured. Therefore, you only need to copy the scim configuration to system. Java code sudo gedit/etc/X11/xinit/xinput. d/default can be changed to the following format: www.2cto.com Java code # This configuration provides default IM setting (user edittable) # See im-switch (8) and/usr/share/doc/im-switch/README. debian. # Define IM for traditional X application with XIM # XIM server name used for XMODIFIERS = "@ im = $ XIM" # XIM program/path/filename # XIM program command line arguments # # These were tra Ditional setting before uim and scim for CJK versions # Language LC_CTYPE XIM server XMODIFIERS Start key # Japanese ja_JP * kinput2 "@ im = kinput2" Shift-Space # Korean ko_KR * ami "@ im = ami "Shift-Space # Chinese (T) zh_TW.Big5 xcin "@ im = xcin-zh_TW.big5" Ctrl-Space # Chinese (S) zh_CN.GB2312 xcin "@ im = xcin-zh_CN.GB2312" Ctrl-Space # XIM = SCIM XIM_PROGRAM =/usr/bin/scim XIM_ARGS = "-d" XIM_PROGRAM_XTRA = # Set following variable to non-zero string if program set itself as deamon XIM_PROGRAM_SETS_ITSELF_AS_DAEMON = yes # Define GTK and qt im module # They may or may not be using xim as the IM. # www.2cto.com GTK_IM_MODULE = xim QT_IM_MODULE = xim # Define lists of packages neded for above IM to function # DEPENDS = "scim, scim-anthy | scim-canna | scim-chewing | scim-pinyin | scim-hangle | scim-prime | scim-skk | scim- Tables-additional | scim-m17n | scim-uim | scim-tables-ja | scim-tables-ko | scim-tables-zh "# Define X start up hook script to update IM environment # copy all, restart X.