Configured ibus on KDE Plasma Wayland correctly, no IM env vars set and everything is working fine on `ibus-1.5.30-1.fc40.x86_64`. I have two input methods configured (English & ml-mozhi), and switch between them using Super+Space keys in both Qt & GTK apps. Since updating to `ibus-1.5.30-2.fc40.x86_64`, unable to switch input method using Super+Space. No popup appears, and input method remains in English. It is still possible to switch input method by clicking on the system tray icon; but it is not convenient. Tested with `ibus-1.5.30-3.fc40.x86_64`, issue remains. Reproducible: Always Steps to Reproduce: 1. Open a new file using KWrite and focus on it 2. Press Super+Space keys Actual Results: Notice that input method is not switched, literal 'space' is entered Expected Results: Input method switched to next configured method (ml-mozhi in my case). See upstream discussions at https://github.com/ibus/ibus/issues/2644
FEDORA-2024-afdec1e5e5 (ibus-1.5.30-5.fc40) has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2024-afdec1e5e5
Confirmed that 1.5.30-5 fixes input method switching using Super+Space in Plasma Wayland. Thanks for the quick fix! Though, I notice that there was a regression with 1.5.30-2 that ignores the Compose key. I have set Right-Ctrl as compose key and it was working fine with 1.5.30-1. It is not working now (from 1.5.30-2 till 1.5.30-5).
FEDORA-2024-afdec1e5e5 has been pushed to the Fedora 40 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2024-afdec1e5e5` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2024-afdec1e5e5 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
Thank you for the report. I could reproduce your issue and hope the update resolve the issue. (In reply to Rajeesh from comment #2) > Confirmed that 1.5.30-5 fixes input method switching using Super+Space in > Though, I notice that there was a regression with 1.5.30-2 that ignores the > Compose key. I have set Right-Ctrl as compose key and it was working fine > with 1.5.30-1. It is not working now (from 1.5.30-2 till 1.5.30-5). I don't think The Right-Ctrl worked in ibus 1.5.30-1 but I guess you disabled ibus instead. Currently IBus does not support compose keys in Plasma Wayland and it's a known issue: https://github.com/ibus/ibus/issues/2579 You saved the compose key in the desktop setting and IBus needs to read the configuration in Wayland. IBus can run `setxkbmap -query` for Xorg compose keys but that way does not work in Wayland.
(In reply to fujiwara from comment #4) > Thank you for the report. I could reproduce your issue and hope the update > resolve the issue. Yes, resolved. Thank you very much for the quick fix! > I don't think The Right-Ctrl worked in ibus 1.5.30-1 but I guess you > disabled ibus instead. > > Currently IBus does not support compose keys in Plasma Wayland and it's a > known issue: > https://github.com/ibus/ibus/issues/2579 > You saved the compose key in the desktop setting and IBus needs to read the > configuration in Wayland. > IBus can run `setxkbmap -query` for Xorg compose keys but that way does not > work in Wayland. Thanks for the clarification, I'll keep an eye on the upstream bug report for further progress.
FEDORA-2024-afdec1e5e5 (ibus-1.5.30-5.fc40) has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.