https://bugs.kde.org/show_bug.cgi?id=382473
Bug ID: 382473
Summary: Breeze style breaks mouse input on Wayland compositors
Product: Breeze
Version: 5.10.4
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: QStyle
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 106712
--> https://bugs.kde.org/attachment.cgi?id=106712&action=edit
sample compositor
Qt Wayland clients do not respond to mouse input on Qt-based compositors when
using the breeze or oxygen styles.
## Steps to reproduce:
Run a windowed Qt compositor, eg. the attached minimal-compositor.qml or
qwindow-compositor from qt-examples with
$ qmlscene minimal-compositor.qml -platform xcb
Then run a Qt client with the wayland backend, I.e. the attached rectangle.qml
$ qmlscene rectangle-mousearea.qml -platform wayland
Try to click the green in the window
### Expected result:
The green window should turn blue when you click it.
You should also be able to drag the window around the screen.
### Actual result:
Nothing happens, and you're not able to move the window.
Everything works with the fusion style.
Original downstream report:
https://bugs.archlinux.org/task/54850
--
You are receiving this mail because:
You are watching all bug changes.