framework_toolbox icon indicating copy to clipboard operation
framework_toolbox copied to clipboard

Fwtb battery limit read/write issues

Open fhteagle opened this issue 1 year ago • 1 comments

Just built and installed on Kubuntu 22.04. Fwtb gui launches and backlight is "auto" dimmed, but:

  • Wrong battery limit is displayed on launch. Battery limit is successfully set with ectool command line to the hex for various values between 50 and 100. However, fwtb gui is always showing 69% at launch.

  • Changing Battery limit value results in:

thread 'main' panicked at src/main.rs:402:55:
couldn't write to daemon!: 0s { code: 32, kind: BrokenPipe, message: "Broken Pipe"}
note

full backtrace at http://pastebin.com/y71rnxg6

User is in video group, udev rules file installed, full reboot since then.

fhteagle avatar Mar 13 '24 14:03 fhteagle

currently thinking about how I should better structure the application/daemonizing. I'll see if I can put in a quick patch to get this fixed in the meantime

taotien avatar Mar 15 '24 21:03 taotien