After upgrade to 5.16 powerdevil does not work at side of sending notifications about critical battery level, does not perform action on critical battery level, also does not handle alt+f2 type sleep enter -> nothing happen.
Powerdevil does not work
Upstream issue or KaOS only? Is this with the kde-next repo enabled, thus Qt 5.13 RC?
Build only, i don't see changes in powerdevil to cause that issues, i did you notice them? I will compile latest 5.16 soon, but i don't think it will fixed.
That should be in 5.16.1 https://bugs.kde.org/show_bug.cgi?id=408735 today's release.
Please test 5.16.1, it is uploading now.
That's the problem https://bugs.kde.org/show_bug.cgi?id=408398 , i revert it and notifications goes back.
- Edited
Also i can't compile with cmake .. -DHAVE_DDCUTIL=ON
/home/toni/powerdevil/daemon/backends/upower/ddcutilbrightness.cpp:39:5: error: ‘ddca_get_display_info_list2’ was not declared in this scope
ddca_get_display_info_list2(true, &dlist);
headers are missing. I've installed ddcutil.
bvbfan Also i can't compile with cmake .. -DHAVE_DDCUTIL=ON
Ddcutil was updated to 0.9.5, that added 2 new header files, powerdevil is rebuild with this version and the cmake switch for it seems to have changed from DWITH
to DHAVE
(that is why the error did not show earlier, it was not using ddcutil).
- Edited
Ok i compiled it, i should track dawn what happen, it's not 408398, if you start org_kde_powerdevil and the remaining time is lower than in Low level it shows notification, but if not it's like forgot for it. Same for Critical Level and its action.
- Edited
That's the fix -> https://phabricator.kde.org/D21918
It's pushed and fixed.