https://bugs.kde.org/show_bug.cgi?id=434432

Daniel Gibson <metalcae...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |metalcae...@gmail.com

--- Comment #21 from Daniel Gibson <metalcae...@gmail.com> ---
See also https://bugs.kde.org/show_bug.cgi?id=471010

To check if this is a bug in powerdevil or the battery monitor, you can listen
to the relevant dbus events from powerdevil with
$ dbus-monitor "interface='org.kde.Solid.PowerManagement'"
the batteryRemainingTimeChanged and smoothedBatteryRemainingTimeChanged values
are in milliseconds (as far as I can tell), so divide the printed values (e.g.
"uint64 23622283") by 3600000 to get hours (note that the decimals will not be
minutes, but more like percentages of an hour, i.e. 0.999 is about 60 minutes),
or 60000 to get minutes.

In my case it seems to be a bug in the Battery Monitor frontend, the dbus
values look correct.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to