https://bugs.kde.org/show_bug.cgi?id=486067
Nicolas Fella <nicolas.fe...@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/powerdevil/-/commit/b3fa |ma/powerdevil/-/commit/b0ba |877b4f3665451023ab58e425027 |b53cad11307547494898b490d8d |c1d2cf870 |8c2f40acf --- Comment #34 from Nicolas Fella <nicolas.fe...@gmx.de> --- Git commit b0bab53cad11307547494898b490d8d8c2f40acf by Nicolas Fella. Committed on 10/02/2025 at 22:47. Pushed by nicolasfella into branch 'Plasma/6.3'. KeyboardBrightnessController: Drop isValid() check for upower interface isValid() seems to be racy when upower is just starting up (because we DBus-activated it earlier in BatteryController). This causes us to think keyboard brightness control is not available even when it actually is. To address this always make a call to the interface. The call will block until the interface is ready to either give us the correct result or we know it's not available because we get a relevant DBus error. As a bonus print a warning message if we get any unexpected errors (cherry picked from commit b3fa877b4f3665451023ab58e425027c1d2cf870) M +16 -16 daemon/controllers/keyboardbrightnesscontroller.cpp https://invent.kde.org/plasma/powerdevil/-/commit/b0bab53cad11307547494898b490d8d8c2f40acf -- You are receiving this mail because: You are watching all bug changes.