Description of problem: Developers using JetBrains IDEs are hit by a bug that prevents the IDE from receiving keyboard input. A description and discussions can be found here: https://youtrack.jetbrains.com/issue/IDEA-78860 Version-Release number of selected component (if applicable): 1.5.10-5.fc22 How reproducible: Sometimes. Steps to Reproduce: 1. Start a JetBrains IDE, there is e.g. IDEA Community Edition for free 2. Work with it for a while 3. If you find yourself not being able to type in code anymore, you have reproduced Actual results: You are not able to type in or invoke keyboard shortcuts (simply: use keyboard) anymore. Expected results: Keyboard is fully usable. Additional info: I cannot find a simple way in Fedora to disable IBus other than uninstalling.
(In reply to Andreas Schöneck from comment #0) > https://youtrack.jetbrains.com/issue/IDEA-78860 > > I cannot find a simple way in Fedora to disable IBus other than uninstalling. As the bug explained, you could export IBUS_ENABLE_SYNC_MODE=1 or export XMODIFIERS=@im=none
(In reply to fujiwara from comment #1) > As the bug explained, you could export IBUS_ENABLE_SYNC_MODE=1 > or export XMODIFIERS=@im=none Which is the most suitable place to put this? - I don't have a ~/.profile - I could create one but I think its absence could be on purpose. Furthermore the setting is then active for all processes. - Modifying the idea64.sh means modifying it each time it gets updated. Any idea?
ibus-1.5.11-1.fc22.1 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-4f9857683e
(In reply to Andreas Schöneck from comment #2) > (In reply to fujiwara from comment #1) > > As the bug explained, you could export IBUS_ENABLE_SYNC_MODE=1 > > or export XMODIFIERS=@im=none > > Which is the most suitable place to put this? > - I don't have a ~/.profile - I could create one but I think its absence > could be on purpose. Furthermore the setting is then active for all > processes. Which purpose? You can create ~/.profile newly. You can put an alias; alias foo='env XMODIFIERS=@im=none foo' Note: IBUS_ENABLE_SYNC_MODE=1 for ibus-daemon but not each application. > - Modifying the idea64.sh means modifying it each time it gets updated. > > Any idea?
ibus-1.5.11-1.fc22.1 has been pushed to the Fedora 22 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with $ su -c 'dnf --enablerepo=updates-testing update ibus' You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2015-4f9857683e
ibus-1.5.11-1.fc22.1 has been pushed to the Fedora 22 stable repository. If problems still persist, please make note of it in this bug report.