https://bugs.kde.org/show_bug.cgi?id=350365
--- Comment #12 from Tim Taylor <tim.taylor+bugzilla.bugs.kde....@gmail.com> --- I still have this problem with Kubuntu 16.10. As an interim measure I've written a little script that will report the key battery stats: --- #!/bin/bash upower -i /org/freedesktop/UPower/devices/battery_BAT0 | gawk '/percentage|state|time/ {print}' --- -- You are receiving this mail because: You are watching all bug changes.