Summary: | PowerDevil dataengine empty | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Hrvoje Senjan <hrvoje.senjan> |
Component: | DataEngines | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | grave | CC: | gaantonio, kde, kde, me |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/powerdevil/2c2c13751e19b0a37bb8b41096b08f80383e61df | Version Fixed In: | 5.2.1 |
Sentry Crash Report: |
Description
Hrvoje Senjan
2015-01-07 19:09:42 UTC
It's just that it doesn't show up in plasmaengineexplorer (not initially, you can still manually ask it to get the data). Brightness controls do work in battery just fine here. Is kded and powerdevil running? off course =) Cannot confirm. Works for me. i suspect it is working fine with XRandrBrightness, but not with helper: powerdevil: No outputs have backlight property powerdevil: Using helper The only thing I could imagine is that the maximum brightness values aren't populated when it uses the helper. However, all the data engine does is query stuff over DBus from PowerDevil. Also, when I manually request the PowerDevil source it shows up in plasmaengineexplorer just fine. It's just that it doesn't monitor that one because it isn't filled initially (since the aforementioned commit it's filled completely async), when I call setData("PowerDevil", "foo") on powermanagementengine startup it shows up initially just fine. Can you check the output of "qdbus org.kde.Solid.PowerManagement /org/kde/Solid/PowerManagement/Actions/BrightnessControl org.kde.Solid.PowerManagement.Actions.BrightnessControl.brightnessValueMax" ? the output is 9 I can reproduce. the output here is 10. This stuff changed recently in powerdevil, is this still a problem? yeah, sorry, forgot to close this one. |