Comment 58 for bug 1316873

Revision history for this message
Donny Gat (donnygat) wrote :

this problem is happenning to me as well, not only on ubuntu vm but also on centos vm.
restart to the vm solves the problem.
but it seems to me like a virtual box issue.
i first thought it was only inside pycharm, and tried the following workaround:
http://youtrack.jetbrains.com/issue/IDEA-78860

# ---------------------------------------------------------------------
# Run the IDE.
# ---------------------------------------------------------------------

# Workaround to prevent keyboard input from being blocked by IBus
XMODIFIERS=""
export XMODIFIERS

Add these lines after the Run the IDE. In the pycharm.sh

but it happened again...

hope this will help.