https://bugs.kde.org/show_bug.cgi?id=408279
--- Comment #12 from Vic Venti <ori...@asswolf.com> --- (In reply to David from comment #11) > It seems that I have the same issue with the lastest kubuntu 19.10 with kde > 5.16.5. > Any idea how to fix this? > I alwasy get the same remaining time, no matter what is the percentage of > the remainint battery. No idea personally -- I'd love to hear back from someone who knows more about it. Since it's just the widget and upower still works fine, for the time being I've been running a script I saved as "batstat" from KRunner when I want to see the remaining time: #!/bin/sh BATINFO=`upower -i $(upower -e | grep 'BAT') | grep -E "state|to\ full|percentage|time\ to\ empty"`; kdialog --passivepopup "$BATINFO" 5 -- You are receiving this mail because: You are watching all bug changes.