Bug 2240167
| Summary: | Need to press Super+space twice to activate/deactivate on Cinnamon desktop | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Akira TAGOH <tagoh> |
| Component: | ibus | Assignee: | fujiwara <tfujiwar> |
| Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 39 | CC: | i18n-bugs, shawn.p.huang, tfujiwar |
| Target Milestone: | --- | Keywords: | i18n |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2024-11-27 21:31:11 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Akira TAGOH
2023-09-22 08:01:27 UTC
Workaround: 1. Menu -> Preferences -> Applets (or Run `cinnamon-settings applets`) and open "Applets" dialog 2. Select "Download" tag in the "Applets" dialog and find "Menu" applet. 3. Click "Configure" gear button on the "Menu" applet and open "Menu" dialog 4. Select "Menu" tag in the "Menu" dialog and find "Keyboard shortcut to open and close the menu" configuration in "Behavior" seciton 5. Click the default "Super_L" button in the confnguration and change another shortcut key likes "Print". 6. Close all dialogs The you will find your customized setting is saved in $HOME/.config/cinnamon/spices/menu/0.json against /usr/share/cinnamon/applets/menu/settings-schema.json Now you can use Super-space from the first typing. muffin in Cinnamon is similar with mutter in GNOME and once it binds XIGrabKeycode() fur Super key, it seems the key cannot be forwarded to IBus even if ClutterEvent filter gets FALSE. Seems XIGrabKeycode() is suppressed until the key is released. The usage of XIAllowEvents() with XISyncDevice and XIReplayDevice is complicated for me. Currently it's difficult to fix the isuse in Cinnamon side. Another workaround is to add a shortcut key in `cinnamon-settings keyboard` and I may consider a new command `ibus engine --switcher` in the future. Fedora Linux 39 entered end-of-life (EOL) status on 2024-11-26. Fedora Linux 39 is no longer maintained, which means that it will not receive any further security or bug fix updates. As a result we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora Linux please feel free to reopen this bug against that version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see the version field. If you are unable to reopen this bug, please file a new report against an active release. Thank you for reporting this bug and we are sorry it could not be fixed. I can reproduce the issue in Fedora 41 but it would be a Cinnamon upstream issue. Maybe someone can open upstream issue and/or this bug can be also reopened and targeted for F41. |