Comment by dingyichen:
You don't have to rename the ibus.conf, you may change my script .
The content of ibus.conf is like:
{{{
XIM=ibus
XIM_PROGRAM="/usr/bin/ibus-daemon"
ICON="/usr/share/ibus/icons/ibus.svg"
XIM_ARGS="--xim"
PREFERENCE_PROGRAM=/usr/bin/ibus-setup
SHORT_DESC="IBus"
GTK_IM_MODULE=ibus
# QT_IM_MODULE=ibus
if [ -z "$IBUS_SESSION_ID" ]; then
export IBUS_SESSION_ID=`mktemp -u XXXXXXXX`
fi
}}}
You can replace the lines
{{{
ln -sf /etc/X11/xinit/xinput.d/${XIM_PROF}.conf ${HOME}/.xinputrc
source ${HOME}/.xinputrc
}}}
with the paragraph above.
For more information:
http://code.google.com/p/ibus/wiki/IBusStartUpTroubleShooting
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en
-~----------~----~----~----~------~----~------~--~---