Comment #14 on issue 658 by eshangrao: 紧急:解决 flash 中无法输入中文的机会 稍纵即逝!
http://code.google.com/p/ibus/issues/detail?id=658

start ibus with:
ibus-daemon -x -r -d
or config :
f...@feiy-laptop:~$ cat /etc/X11/xinit/xinput.d/ibus
XIM=ibus
XIM_PROGRAM=/usr/bin/ibus-daemon
XIM_ARGS="--xim"
if [ -e /usr/lib/gtk-2.0/*/immodules/im-ibus.so ]; then
    GTK_IM_MODULE=ibus
else
    GTK_IM_MODULE=xim
fi

if [ -e /usr/lib/qt4/plugins/inputmethods/libqtim-ibus.so ]; then
        QT_IM_MODULE=ibus
else
        QT_IM_MODULE=xim
fi
DEPENDS="ibus, ibus-gtk|ibus-qt4"
# vim:ft=sh:


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--
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

To unsubscribe, reply using "remove me" as the subject.

回复