Just wondering why there is no build for qt6-qtvirtualkeyboard ? Considering it exists qt6-qtvirtualkeyboard-examples and few other packages related to it. This is very useful for people who want to use tablets for example.
# dnf search qtvirtualkeyboard
Last metadata expiration check: 1 day, 23:17:31 ago on Sat Jun 7 13:12:58 2025.
======================================================================================== Name Matched: qtvirtualkeyboard =========================================================================================
qt5-qtvirtualkeyboard.znver1 : Qt Virtual Keyboard
qt5-qtvirtualkeyboard-examples.znver1 : Examples for the Qt Virtual Keyboard
qt6-qtvirtualkeyboard-examples.znver1 : Examples for the Qt %{major} Virtual Keyboard module
It is there, just not under the name you’re looking for.
The Qt 6.x version of virtual keyboard is implemented entirely as a shared library and an input method plugin, so it’s in the lib64Qt6VirtualKeyboard package.
OK my bad, seems like Qt6-qtvirtualkeyboard is just the framework, not the keyboard itself. It works fine under Wayland, seems disabled at X11 (likely by KDE not supporting it).