https://bugs.kde.org/show_bug.cgi?id=452858

--- Comment #6 from Yaroslav Sidlovsky <zawer...@gmail.com> ---
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: {
```

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to