按键故障


9

我运行的是相当新的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

Answers:


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.
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.