| Summary: | On Wayland, setting Input Method to Ibus doesn't autostart ibus | ||
|---|---|---|---|
| Product: | [Plasma] plasmashell | Reporter: | Link <link20050703> |
| Component: | Input Method widget | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | aleixpol, nate, nicolas.fella |
| Priority: | NOR | Keywords: | qt6 |
| Version First Reported In: | 6.0.0 | ||
| Target Milestone: | 1.0 | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| See Also: | https://bugs.kde.org/show_bug.cgi?id=453369 | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Link
2024-02-29 16:27:23 UTC
I believe this is not the way to configure ibus on wayland. You need to open "Virtual Keyboard" in System Settings and select "IBus Wayland". Then kwin will autostart ibus. As for the environment variables, ibus will complain if QT_IM_MODULE and QT_IM_MODULE environment variables are set. You need to unset them otherwise ibus won't function as expected. ibus will also show a notification warning about that. I do not see "Ibus Wayland" under Virtual Keyboard in System Settings. The only two I see is "None" and "Maliit". Is there anything I need to install in order for the option to appear? Maybe you run a slightly older version of ibus? https://github.com/ibus/ibus/commit/3f3f0b6b38c227d6201f5d6fb6381923cd4c2ed1 You need at least ibus 1.5.29 |