Skype cannot input Chinese characters for Ubuntuibus Input Method

Source: Internet
Author: User
After Ubuntu11.10 is installed, it is found that no Chinese characters are available in Skype. I have never paid much attention to it before. Today, I am able to solve it. Similarly, the solution comes from the network. 1. $ sudoapt-getinstallibusibus-qt4ibus-gtk2. $ sudovim/etc/X11/xinit/xinput. d/default3. Modify/etc/X11/xinit/xinput. d

After Ubuntu 11.10 is installed, I find that no Chinese characters are available in Skype. I have never paid much attention to it before. Today, I am able to solve it.

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

The content is as follows:

#
# 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 traditional setting before uim and scim for CJK ages
# Language LC_CTYPE XIM server XMODIFIERS Start key
# Japan ese 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 = ibus
XIM_PROGRAM =/usr/bin/ibus-daemon
XIM_ARGS = "-- xim"
XIM_PROGRAM_XTRA =
# Set following variable to non-zero string if program set itself as deamon
XIM_PROGRAM_SETS_ITSELF_AS_DAEMON =
#
# Define GTK and qt im module
# They may or may not be using xim as the IM.
#
GTK_IM_MODULE = ibus
QT_IM_MODULE = ibus


#
# Define lists of packages neded for above IM to function
#
DEPENDS = "ibus, ibus-gtk, ibus-qt4"


#
# Define X start up hook script to update IM environment
#

Restart and everything is OK.

NOTE: If necessary, you can install another input method ==> apt-get install ibus-table-wubi ibus-sunpinyin

I personally feel quite useful.

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.