https://bugs.kde.org/show_bug.cgi?id=397479
David Edmundson changed:
What|Removed |Added
Status|CONFIRMED |RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=397479
--- Comment #11 from David Edmundson ---
That more worrying deadlock bug is now fixed.
I wrote a review for the other one:
https://codereview.qt-project.org/#/c/241711/
Not convinced it'll get in worst case I'll upload a workaround to p-f.
--
You are
https://bugs.kde.org/show_bug.cgi?id=397479
--- Comment #10 from David Edmundson ---
There are two bugs.
The geometry issue, but also Qt's geometry updates can deadlock and then never
show windows a second time \o/
https://bugreports.qt.io/browse/QTBUG-70845?focusedCommentId=424274&page=com.atl
https://bugs.kde.org/show_bug.cgi?id=397479
--- Comment #9 from David Edmundson ---
So back on the Qt issue with 5.12
QWindow->setPosition(10,10) on wayland does nothing
but window->position() still returned 10,10
in new Qt it returns 0,0 (or rather it does after ack which is a bit weird)
bec
https://bugs.kde.org/show_bug.cgi?id=397479
--- Comment #8 from David Edmundson ---
More related but different bugs :(
I've identified the source of the GTK bug that bothers me the most.
We block so that we only send one configure request until we get a damage
event, in an attempt to keep thing
https://bugs.kde.org/show_bug.cgi?id=397479
David Edmundson changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED
https://bugs.kde.org/show_bug.cgi?id=397479
David Edmundson changed:
What|Removed |Added
Summary|xdg-shell v6 with acked |xdg-shell v6 with acked
|co