| Summary: | QCompelter window display error if qt use qt.qpa.wayland plugins | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | liujie01 <upcliujie> |
| Component: | core | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | kde |
| Priority: | NOR | ||
| Version First Reported In: | 5.27.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
liujie01
2023-03-29 01:27:49 UTC
This will be a client side bug. -- Make sure you have called QWindow::setTransientParent on your popup. Under wayland all popups need a parent. In Qtwayland given we can often not rely on transientParents being set properly a heuristic is used. If that fails (I don't know why, you'll have to debug that your side) it falls back to creating a new toplevel, the window with the title bar. |