I have recently installed Arch (just before Plasma 5.5.0 was released) and since upgrading to Plasma 5.5.0 I have noticed a small issue: When I open a new window, the window decoration appears before the window contents. See this short video I uploaded to show the issue. This bug wasn't present on the previous Plasma desktop version (5.4.3?). I also checked to see if the issue was specific to my laptop hardware (intel graphics), but my desktop PC (radeon graphics) exhibits the same issue. Others seem to be suffering from the same issue as well - https://www.reddit.com/r/kde/comments/3wfn8a/kde_plasma_55_issue_when_i_open_windows_i_see_the/ It also seems like the problem only affects Qt based windows - GTK3 applications don't have the same problem under Plasma desktop 5.5.0. Apologies if this bug has been submitted before, but I couldn't find an appropriate bug within the bug tracker. Reproducible: Always Steps to Reproduce: 1. Open a qt based window Actual Results: The window decoration appears before the window contents. Expected Results: Window decorations and contents appear at the same time,
No idea whether this is https://marc.info/?l=kwin&m=137819817828359&w=2 again or it's just broken in Qt5, but the windows don't support _NET_WM_SYNC_REQUEST_COUNTER (There's none when running openbox as WM either, so this is probably just broken in Qt5) INVALID because it's not in kwin or its dependencies, the client is just broken (doesn't mean this isn't a bug in Qt)
https://bugreports.qt.io/browse/QTBUG-49931
There's a code review for it: https://codereview.qt-project.org/#/c/140608/
Ah, thanks.
*** Bug 358433 has been marked as a duplicate of this bug. ***