Bug 1269865

Summary: Provide IBus >=1.5.11 due to JetBrains IDE problems
Product: [Fedora] Fedora Reporter: Andreas Schöneck <as.maps>
Component: ibusAssignee: fujiwara <tfujiwar>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 22CC: i18n-bugs, shawn.p.huang, tfujiwar
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ibus-1.5.11-1.fc22.1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-12-14 11:52:31 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Andreas Schöneck 2015-10-08 11:34:50 UTC
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.

Comment 1 fujiwara 2015-10-09 02:18:21 UTC
(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

Comment 2 Andreas Schöneck 2015-10-20 06:24:58 UTC
(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?

Comment 3 Fedora Update System 2015-10-20 08:37:45 UTC
ibus-1.5.11-1.fc22.1 has been submitted as an update to Fedora 22. https://bodhi.fedoraproject.org/updates/FEDORA-2015-4f9857683e

Comment 4 fujiwara 2015-10-21 02:34:49 UTC
(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?

Comment 5 Fedora Update System 2015-10-26 18:31:52 UTC
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

Comment 6 Fedora Update System 2015-12-14 11:52:29 UTC
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.