Summary: | Five-second delay before Ctrl+Alt+A brings attention-demanding chat window to front | ||
---|---|---|---|
Product: | [Unmaintained] telepathy | Reporter: | Haakon Nilsen <haakon+kdebugs> |
Component: | text-ui | Assignee: | Telepathy Bugs <kde-telepathy-bugs> |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | kde |
Priority: | NOR | ||
Version: | 0.6.1 | ||
Target Milestone: | Future | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Haakon Nilsen
2013-05-26 15:14:01 UTC
Works fine here. Basically instant. Can anyone else confirm that it does or does not work for them? Got a friend to test, and he could reproduce it on 0.6.2. 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. This review has been submitted with commit 82742975bba60311272c0bb4909635d948bb8291 by Martin Gräßlin to branch master. Fixed in Plasma 4.11 |