SUMMARY `rofi` is a popular launcher. When running it on KDE Wayland, you get presented with a field for typing in the text — however upon pressing the keys no input gets sent to the app. STEPS TO REPRODUCE 1. Execute `rofi -show run` 2. Type in `foo` OBSERVED RESULT Nothing is being typed in EXPECTED RESULT Word `foo` would get typed in SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.1.0 KDE Plasma Version: 6.1.0 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.1
I can't reproduce it. Input works fine. I've installed rofi-wayland from arch repos.
(In reply to Vlad Zahorodnii from comment #1) > I can't reproduce it. Input works fine. I've installed rofi-wayland from > arch repos. Oh, there's a `rofi-wayland`? I didn't know about it, I have plain `rofi` installed. But I'd rather prefer to use the plain `rofi`, because I may need to switch to X11 for multiscreen configuration (For X11 I use Plasma with i3 which has excellent support for multi-screen).
The x11 flavor seems to create an override redirect window and kwin avoids activating such windows => so no keyboard input either.
Okay, thank you! I don't know much about window management, so if you think that's how it should work, let's close it then.