[telepathy] [Bug 320310] Five-second delay before Ctrl+Alt+A brings attention-demanding chat window to front

David Edmundson kde at davidedmundson.co.uk
Thu May 30 13:48:01 BST 2013


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

--- Comment #3 from David Edmundson <kde at davidedmundson.co.uk> ---
Confirmed, though turns out... a bug in plasma.

What is happening is that the notification demands attention at the same time
as the window. KWin selects the notification widget in plasma when you press
the shortcut which doesn't do anything.

(I tend to run colibri, hence didn't see this)

output of :
for id in `xwininfo -root -tree  | grep -E "0x[0-9a-e]{7}" -o ` ; do xwininfo
-id $id -wm; done | grep Attention -B 20

xwininfo: Window id: 0x280033d "plasma-desktop"

  Window manager hints:
      Client accepts input or input focus: Yes
      Initial state is Normal State
      Displayed on all desktops
      Window type:
          Dock
           Kde Net Wm Window Type Override
          Normal
      Window state:
          Demands Attention
--
  Window manager hints:
      Process id: (unknown)


xwininfo: Window id: 0x24461a7 (has no name)

  No window manager hints defined
  Window manager hints:
      Process id: (unknown)


xwininfo: Window id: 0x6c00012 "Martin Gräßlin"

  Window manager hints:
      Client accepts input or input focus: Yes
      Initial state is Normal State
      Displayed on desktop 0
      Window type:
          Normal
      Window state:
          Demands Attention



Thanks to Martin Gräßlin for suggesting that as a possibility.
Fix will need to be in Plasma, as that's where the bug is. We could bodge it by
delaying the notification by a few ms, but that doesn't really fix the problem.

I'll try and fix this plasma side.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kde-telepathy-bugs mailing list