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

--- Comment #8 from Vlad Zagorodniy <vladz...@gmail.com> ---
https://www.youtube.com/watch?v=B3Y45z0Eb2A

@Kai

Not sure whether that's a bug in KWin, but effects receive signals in the
following order:

  windowAdded / Notification 0
  windowAdded / Notification 1
  windowAdded / Notification 2

  windowGeometryShapeChanged
  windowGeometryShapeChanged
  windowClosed / Notification 0

  windowGeometryShapeChanged
  windowGeometryShapeChanged
  windowClosed / Notification 1

  ...

  windowGeometryShapeChanged
  windowGeometryShapeChanged
  windowClosed / Notification 10

With this sequence of emitted signals, it's really hard to implement proper
version of this effect (or any other that wants to correctly animate
notifications).

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

Reply via email to