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

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |k...@davidedmundson.co.uk

--- Comment #1 from David Edmundson <k...@davidedmundson.co.uk> ---
I have a couple of observations without any concrete answers.

1) On startup there's a "preloading" path that happens a few seconds after
boot, which effectively loads the fullscreen representation of each window.

For some (broken) reason this leads to target

```
VolumeMonitor {
  id: meter
  target: parent.visible ? model.PulseObject : null
}
```

getting set and immediately unset. 
parent.visible should be false throughout preloading, 

2) That doesn't fully explain the end result. It does get unset, our cleanup
method does get called and that does unref the stream. That works fine in all
future invocations, just not the first one.

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

Reply via email to