我正在运行一个相当新的 Lubuntu,并且经常在后台有一个任务或其他需要大量 CPU 周期的任务时,当我在初始化过程中输入一个窗口时,我会按顺序打键。例如,在浏览器(Chrome)中它仍在重绘其 UI 时。
有没有人看到这个?
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.1 LTS
Release: 14.04
Codename: trusty
Run Code Online (Sandbox Code Playgroud)
小智 0
这可能是 ibus 问题:https://code.google.com/p/chromium/issues/detail ?id=410649
简而言之,同步模式下的 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.
Run Code Online (Sandbox Code Playgroud)