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

--- Comment #30 from Ash Blake <telepath...@tutanota.com> ---
> The short burst length of 2 was motivated by observing the popup windows
> flicker without any content sometimes, before the actual popup appeared.

Post scriptum: in fact, when GDB is attached to plasmashell in non-stop mode
and a breakpoint is set in PlasmaWindow::Private::iconChangedCallback with
commands specified so that it does not pause execution, for instance:

  break PlasmaWindow::Private::iconChangedCallback
  commands
  silent
  printf "hello\n"
  end

, we can observe the string "hello" appearing twice when a single popup window
appears, and also twice when a single popup disappears, suggesting there was
another window that appeared for several miliseconds before getting destroyed.

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

Reply via email to