You are not logged in.
Pages: 1
Hi all:
I'm running plasma on my brand new KDE Simbook and it seems Plasma does not detect when the charger is unplugged. Whether the charger is plugged or unplugged, the icon on the System tray always shows the battery with the plug.
The system however, correctly reports the status: if the charger is plugged and I do: cat /sys/class/power_supply/ADP1/online , I get "1". If the charger is unppluged cat /sys/class/power_supply/ADP1/online reports "0".
Any ideas?
thanks in advance:
Pedro
Offline
Same issue here on a thinkpad T470..
4.14.67-1-lts
plasma version 5.13.5
kde frameworks 5.49.0
qt 5.11.1
Offline
Hi,
I had the same problem few days ago. The last version of Upower (0.99.8-1) was guilty. I've downgraded the package to 0.99.7-1 and now, it works.
There's a bug report for this issue : https://bugs.archlinux.org/task/59865
You can try to edit upower.service with "systemctl edit upower.service" and put this lines (it doesn't work for me) :
[Service]
ProtectKernelTunables=false
Last edited by Xailes (2018-09-07 07:27:55)
Offline
Same issue here on a MSI GE63VR, although it seems to be quite random : sometimes the indicator is not consistent with what the kernel reports (shows "charging" whereas "cat /sys/class/power_supply/BAT1/status" shows "discharging"), and sometimes it is not even consistent with itself (shows "discharging" but with the "power plug" icon).
Last edited by Askannz (2018-09-07 14:14:56)
Offline
Pages: 1