https://bugs.kde.org/show_bug.cgi?id=452858
--- Comment #7 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- (In reply to Yaroslav Sidlovsky from comment #6) > This patch fixes issue for me: > ``` > --- /usr/lib64/qt5/qml/org/kde/kwin/private/effects/WindowHeap.qml.orig > 2022-09-20 10:23:00.392314248 +0300 > +++ /usr/lib64/qt5/qml/org/kde/kwin/private/effects/WindowHeap.qml > 2022-09-20 10:23:12.725415620 +0300 > @@ -53,7 +53,7 @@ > z: 2 > property KWinComponents.WindowThumbnailItem cloneOf > visible: false > - wId: cloneOf ? cloneOf.wId : null > + wId: cloneOf ? cloneOf.wId : "00000000-0000-0000-0000-000000000000" > width: cloneOf ? cloneOf.width : 0 > height: cloneOf ? cloneOf.height : 0 > onCloneOfChanged: { > ``` FTR we fixed that in 5.26. https://invent.kde.org/plasma/kwin/-/blob/d6234d0411401a55ca700c75f6425e6f3fbfc4d6/src/effects/private/qml/WindowHeap.qml#L72 -- You are receiving this mail because: You are watching all bug changes.