I hope this is the right section, i dont find another section thats fits. I have a Lenovo T520 (Archlinux, testing) with 2 9 Cell Batteries. If i boot with boths battery full, i can work till booth batteries are empty. If i use the s2d or s2r while one battery is full and one battery is empty, there are no problems. if i use the s2d or s2r while one battery is empty and one battery is half full, i have problems. On every boot, remaining from s2d/s2r, the KDE Power-Managment said my batteries are empty and it will shutdown. although still a battery is half full and I could so at least 4 hours work. I hope you understand my problem (and me ;)) Reproducible: Always Steps to Reproduce: 1. use 2 Batteries 2. one Batterie empty, one Batterie full 3. restart / use s2r/s2d Actual Results: My laptop will shutdown Expected Results: my laptop will work on "an half full batterie"
*** This bug has been marked as a duplicate of bug 329537 ***
(In reply to Christoph Feck from comment #1) > > *** This bug has been marked as a duplicate of bug 329537 *** This isn't correct, because powerdevil 5 isn't patched yet (review is pending: https://git.reviewboard.kde.org/r/119087/)
Next time please reopened the other bug instead. We do not want separate tickets for the same bug in different branches.
Git commit dc6753889e0428c7e7072d5cb9ea2cd8be4340fa by Emmanuel Pescosta. Committed on 29/07/2014 at 19:48. Pushed by emmanuelp into branch 'master'. After resuming from suspend, all batteries are added to powerdevil. When a battery, with charge lower or equal than the critical charge percentage is added, the critical battery timer will be started. In the current version the critical battery timeout can only be interrupted by plugging in AC. But if the system has more than one battery, the global charge percentage can be greater than the critical charge percentage and so the system shouldn't suspend. To achive this behaviour, we calculate the global charge percentage whenever a new battery was added and if the critical battery timer is running and the global charge is high enough, we stop the timer. Also we use the already calculated global charge percentage for the battery charge percentage notification instead of the charge of each individual battery. With this patch, the user can not only interrupt the critical timer by plugging in the AC but also by plugging in a new or additional battery (if the battery has enough charge). Related: bug 325707, bug 329537 FIXED-IN: 5.1 M +24 -11 daemon/powerdevilcore.cpp M +6 -0 daemon/powerdevilcore.h http://commits.kde.org/powerdevil/dc6753889e0428c7e7072d5cb9ea2cd8be4340fa