Hello
Testing Cosmic Fedora Spin
Upon boot , i’m seeing an IBUS notification regarding input devices. The notification references KDE. The option it references does not appear to be available via cosmic. Changing the input method for wayland is not an option at least not yet.
To configure IBus in Wayland for KDE, you can launch the systemsettings5
utility and go to “Input Devices” → “Virtual Keyboard” section, then select the “IBus Wayland” icon and click “Apply” to configure IBus in Wayland.234+1
Before configuring the “Wayland input method,” it is important to ensure that the QT_IM_MODULE
and GTK_IM_MODULE
environment variables are unset in the desktop session.234+1 You can unset these variables by creating a file in /etc/environment.d
called ibus-custom.conf
and adding the lines unset GTK_IM_MODULE
and unset QT_IM_MODULE
.45