framework_toolbox
framework_toolbox copied to clipboard
Fwtb battery limit read/write issues
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.
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