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

--- Comment #4 from [email protected] ---
I think the leak is in ToolTipInstance.qml in plasma-desktop, 
I don't know if this is correct but it seems like adding "Window.visibility !==
Window.Hidden to pipeWireLoader.active" fixes it?

--cut--
active: Plasmoid.configuration.showToolTips
    && !toolTipDelegate.isLauncher
    && !albumArtImage.visible
    && KWindowSystem.isPlatformWayland
    && root.index !== -1
    && Window.visibility !== Window.Hidden
--cut--

The dmabuf exports seem to clear up much better now.

It's possible it needs another "destructor" too:
    onActiveChanged: {
        if (!active && item) {
            item.visible = false
        }
    }

But I'm not sure.

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

Reply via email to