Summary: | Brightness applet tries to access non-existent dbus action "KeyboardBrightnessControl" | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | cwo <cwo.kde> |
Component: | Brightness and Color widget | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | natalie_clarius, nate |
Priority: | NOR | ||
Version First Reported In: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/powerdevil/-/commit/2039c96da97c550f76b782fed2f03a14705a6ca9 | Version Fixed In: | 6.4.0 |
Sentry Crash Report: |
Description
cwo
2025-03-13 18:14:14 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/powerdevil/-/merge_requests/540 Git commit 2039c96da97c550f76b782fed2f03a14705a6ca9 by Christoph Wolk. Committed on 04/04/2025 at 15:23. Pushed by cwo into branch 'master'. applets/brightness: downgrade severity of action unavailable message If the KeyboardBrightnessControl action is not available, a warning is logged. This seems a bit high, as this is the expected case for many systems. Instead, use Info severity - this still allows users to see the message without also seeing all the debug messages, but removes it in the default case (as the default minimum severity is already set to Warning). M +1 -1 applets/brightness/plugin/keyboardbrightnesscontrol.cpp https://invent.kde.org/plasma/powerdevil/-/commit/2039c96da97c550f76b782fed2f03a14705a6ca9 |