Comment #12 on issue 77 by eshangrao: 与Flash冲突
http://code.google.com/p/ibus/issues/detail?id=77

TNND,我终于找到原因了,原来是Flash不能识别GTK_IM_MODULE=ibus,将其修改为
GTK_IM_MODULE=xim就正常了。建议将源码中的 
debian/ibus/etc/X11/xinit/xinput.d/ibus修改
如下,以避免其他用户碰到和我一样的问题:

XIM_PROGRAM=/usr/bin/ibus
XIM_ARGS=""
GTK_IM_MODULE=xim
QT_IM_MODULE=ibus
DEPENDS="ibus"

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

回复