답변:
https://code.google.com/p/chromium/issues/detail?id=410649 는 ibus 문제 일 수 있습니다.
요컨대, 동기 모드의 ibus는 재미있는 일을합니다. https://code.google.com/p/ibus/issues/detail?id=1697#c2를 참조하여 해당 링크의 맨 아래에서 해결 방법이 있습니다 .
Also for the record the user can work around the problem by setting
IBUS_ENABLE_SYNC_MODE=1
IBUS_ENABLE_SYNC_MODE=0 ibus-daemon --xim --replace --verbose --- This exhibits the problem.
IBUS_ENABLE_SYNC_MODE=1 ibus-daemon --xim --replace --verbose --- This works fine.
IBUS_ENABLE_SYNC_MODE=0 ibus-daemon --replace --verbose --- This works fine.
IBUS_ENABLE_SYNC_MODE=1 ibus-daemon --replace --verbose --- This works fine.