Summary: | Annoying bugs when pressing volume/brightness buttons (only in Xorg) | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Jacob Emery <hmpl> |
Component: | general | Assignee: | David Edmundson <kde> |
Status: | RESOLVED INTENTIONAL | ||
Severity: | normal | CC: | kde, plasma-bugs |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jacob Emery
2018-01-18 22:40:18 UTC
Which version of Plasma are you using? If I understand this report correctly, the OSD steals focus. As you can tell this is fixed on Wayland. It cannot be fixed on X. On X the way global shortcuts work is that we register a "soft key grab" which means X server will grab the key once its pressed, we register that, release the grab again, and the invoke whatever action has been configured. This unfortunately also means that the active window will briefly lose focus leading to the flickering you described. As for the OSD, I noticed that too but the blur effect is currently being rewritten which might also solve this. I'm using KDE Plasma 5.11.5 but I've been experiencing this since my KDE Neon installation. Yes, the OSD is stealing focus. Thank you for your answers! Hope on a fix, otherwise I'll just have to switch to Wayland! Cheers! |