Summary: | Battery indicator shows red icon warning 0% all the time on desktop | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Vasilis.Vlachoudis |
Component: | Power and Battery widget | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | bugseforuns, katyaberezyaka, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.8.2 | ||
Target Milestone: | 1.0 | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Vasilis.Vlachoudis
2017-01-11 08:23:03 UTC
Can you check the "powermanagement" dataengine with plasmaengineexplorer (part of plasma-sdk). I suspect the "Battery" source (that is created by combining the power supply ones) is buggy. Please check what it says in "Battery" for "Has Cumulative" and "Has Battery" and the "Percent". I don't have an UPS, unfortunately, can you perhaps test a patch? Ok I think I have it. The combined source uses the energy (Wh) of the batteries to determin percentage. "This property is only valid if the property type has the value "battery"." And battery != ups, so this is why it breaks for you. However, I already have a case for exactly this here: if (count == 1) { // Energy is sometimes way off causing us to show rubbish; this is a UPower issue // but anyway having just one battery and the tooltip showing strange readings // compared to the popup doesn't look polished. (we don't count the display device, so this code path should be hit on your machine :/) Can you reproduce this issue with the latest Fedora version? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |