For ubuntu ibus input method, skype cannot enter Chinese. After unbuntu11.10 is installed, it is found that Chinese characters cannot be entered in skype. I have never paid much attention to it before. Today, I just settled www.2cto.com. Similarly, the solution comes from the network. 1. $ sudo apt-get install ibus ibus-qt4 ibus-gtk 2. $ sudo vim/etc/X11/xinit/xinput. d/default 3. modify/etc/X11/xinit/xinput. d/default: # This configuration provides default IM setting (user edittable) # See im-switch (8) and/usr/share/doc/im-switch/README. debian. www.2cto.com # 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 traditional setting before uim and scim for CJK versions # Language extensions 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
# Www.2cto.com XIM = ibusXIM_PROGRAM =/usr/bin/ibus-daemonXIM_ARGS = "-- xim" XIM_PROGRAM_XTRA = # Set following variable to non-zero string if program set itself as counter = # Define GTK and qt im module # They may or may not be using xim as the IM. # GTK_IM_MODULE = ibusQT_IM_MODULE = ibus # Define lists of packages neded for above IM to function # DEPENDS = "ibus, ibus-gtk, ibus-qt4" Www.2cto.com # Define X start up hook script to update IM environment # The last restart, everything is OK. NOTE: If necessary, you can install another input method ==> apt-get install ibus-table-wubi ibus-sunpinyin.