In #1975 we hit [QTBUG-52021](https://bugreports.qt.io/browse/QTBUG-52021) This is because panel window does not accept focus (See [panel/lxqtpanel.cpp#L152](https://github.com/lxqt/lxqt-panel/blob/fd2fb3cb15b0ab996ebc5ac6139d89739ca3dfb2/panel/lxqtpanel.cpp#L152)) This line was added inside commit 63accd3d14eec81e85005264dd1eeaa96c85c257 Current situation: - Qt Bug is fixed for Qt 6.6 version - We should investigate if mentioned commit is still valid in Qt6 and in future on wayland - Possible KDE related workaround: https://invent.kde.org/plasma/plasma-workspace/-/commit/d942456b2aa08eaa1bc6e6bece0b2c04e4ad4223
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: