Comment #15 on issue 82 by portis24: 输入法候选词条有时会消失
http://code.google.com/p/ibus/issues/detail?id=82

我用的Ubuntu的包,是这样的设置:

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
QT_IM_MODULE=xim
DEPENDS="ibus, ibus-gtk"
# 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
-~----------~----~----~----~------~----~------~--~---

回复