Friday, February 27, 2015

How to install ibus-unikey ubuntu 14.10

Leave a Comment
Step by step install ibus-unikey on ubuntu 14.10. solve problem Error: "Can’t connect to iBus".

Step 1: The first install "m17n engine" in Ubuntu Software Center
Step 2: Open terminal or press ctr+alt+T, type commands as below:
$ sudo apt-get update
$ sudo apt-get install ibus-unikey
$ sudo reboot

Run ibus on ubuntu 14.10

$ ibus-daemon -d

Setup ibus on ubuntu 14.10

$ ibus-setup
ibus-unikey ubuntu 14.10

Configuration ibus-unikey

when reboot lose ibus-unikey, then you startup application system as picture bellow:

Fix error ibus-unikey with skype, firefox,....

Install packages ibus-qt4
#sudo apt-get install ibus-qt4
 Add line following below /etc/X11/xinit/xinput.d/default file :
 
# /etc/X11/xinit/xinput.d/default 

#
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-gt4"

#
# Define X start up hook script to update IM environment
#
Reboot system
# reboot
Output:

Link youtube how to install ibus-unikey ubuntu 14.10


I hope will this help you

Copyright by: www.linuxoperatingsystem.info http://goo.gl/kMscJ4

0 comments:

Post a Comment