a few days ago intellij started with a weired beha...
# intellij
t
a few days ago intellij started with a weired behahavior: it stopd reacting in any way to keyboard inputs. neither i can change editor tabs or open settings via keyboard, not i can write anything into the currently open editor> Any idea how to debug? It's really annoying - the only thin i can do is kill it and restart intellij...
l
Please, report it on https://youtrack.jetbrains.com with details copy pasted from "about" window
(and link it back here so we can follow it)
m
do you use ubuntu?
t
it's debian
but after upgrading to 2019.1 a few days ago it only happend once. i thought about it might be an OS problem though...
m
i've been experiencing what is described in https://youtrack.jetbrains.com/issue/IDEA-78860
t
awesoe! it just happend again and after killing all ibus-related process keyboard input reached intellij again!
m
i havent found a new issue describing the behavior since that one was closed, but the workarounds and what not seem to work
t
a moment ago redstarting the ibus daemo with
ibus-daemon -rd
did the job. i now restartet intellij with
XMODIFIERS=""
hopefully that will finally work
@mkobit btw: this problem never came back since i applied this env var 😄
m
nice!