Solve Skype can't enter the Chinese on Ubuntu (kaedah input ibus)

Execute commands in a terminal

$ sudo apt-get install ibus ibus-qt4 ibus-gtk
$ sudo vim /etc/X11/xinit/xinput.d/default

Edit file like following content:

#
# 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 languages
# 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=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
#

Registered users of Skype are identified by a unique Skype Name, and may be listed in the Skype directory. Skype allows these registered users to communicate through both instant messaging and voice chat. Voice chat allows telephone calls between pairs of users and conference calling, and uses a proprietary audio codec. Skype's text chat client allows group chats, emoticons, storing chat history and editing of previous messages. Offline messages were implemented in a beta of version 5, but removed after a few weeks without notification. The usual features familiar to instant messaging users — user profiles, online status indicators, and so on — are also included.
Official Website www.skype.com
Download Windows International Edition download.skype.com/SkypeSetup.exe

You can install the latest Skype in Ubuntu, by just adding this PPA to your system repository. To Add this Canonical Partner Repository to your system repository, copy and paste following commands in your terminal.
Open your terminal (Ctrl+Alt+T) and use the below command to add the PPA. Issue the password for the user when prompted.

Skype For Ubuntu 13.04

$ sudo sh -c "echo 'deb http://archive.canonical.com/ubuntu/ raring partner' >> /etc/apt/sources.list.d/canonical_partner.list"

Skype For Ubuntu 12.10

$ sudo sh -c "echo 'deb http://archive.canonical.com/ubuntu/ quantal partner' >> /etc/apt/sources.list.d/canonical_partner.list"

Skype For Ubuntu 12.04

$ sudo sh -c "echo 'deb http://archive.canonical.com/ubuntu/ precise partner' >> /etc/apt/sources.list.d/canonical_partner.list"

Skype for Ubuntu 11.10

$ sudo sh -c "echo 'deb http://archive.canonical.com/ubuntu/ oneiric partner' >> /etc/apt/sources.list.d/canonical_partner.list"

Skype for Ubuntu 11.04

$ sudo sh -c "echo 'deb http://archive.canonical.com/ubuntu/ natty partner' >> /etc/apt/sources.list.d/canonical_partner.list"

After adding the above command, update your system repository by using the below command in the terminal.

$ sudo apt-get update

Once the update is finished, Use the following command to install the latest Skype in Ubuntu.

$ sudo apt-get install skype

Press Y when you promted, that's it.

0.00 avg. rating (0% score) - 0 votes