-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KDE Workaround to focus issues #2026
Comments
Is this our issue? If yes, please describe it. If no, https://github.com/lxqt/lxqt/discussions is the best place for it. EDIT: |
If I get things right also on wayland a panel should not have focus while atm lxqt-panel takes focus if clicked somewhere, menu or not, while waybar, yatbfw or sfwbar do not, so this commit doesn't ever work on wayland, x11 only. But they have no menu to write or search in. On wayland with
|
Now, at least with Qt 6.8 and under kwin_wayland, it works like a charm, such that I was able to remove the workaround mentioned in #2116 here. @stefonarch |
I tested all (except kwin which you did afaik). Don't know if we can change to |
And kwin_wayland. I'm getting suspicious of a problem in the other compositors, including my favorite, labwc. |
Done in 0d0d14b, for well-behaving Wayland compositors like |
In #1975 we hit QTBUG-52021
This is because panel window does not accept focus (See panel/lxqtpanel.cpp#L152)
This line was added inside commit 63accd3
Current situation:
The text was updated successfully, but these errors were encountered: