shadeyg56

Results 30 comments of shadeyg56

right, at some point the GUI HAS to prompt for root password. Originally, the app actually did prompt during launch, but we changed it because of exactly what you said....

Unfortunately, this looks like an upstream bug in `psutil` https://github.com/giampaolo/psutil/issues/2254 So this isn't something we can fix. The issue on the psutil repo has had little activity as well. If...

Ok i've submitted a PR on the psutil repo that should fix this. https://github.com/giampaolo/psutil/pull/2376 I imagine it will take some time for this to merge and make it into a...

Its not currently possible. 1. because it hasn't been implemented 2. this bug is still in upstream as the merged PR has not made its way into a release yet...

@Nolicx I'm glad auto-cpufreq has been useful for you. If you're interested in adding it, I think its a good idea and shouldn't be too difficult. Although we don't know...

>Although we don't know when a new release for psutil will happen, it should be possible to swap the PyPi release directly with the Github source (from the commit of...

> I think EPP manages the boost itself. Yes this is the case it seems

https://askubuntu.com/questions/1006778/set-battery-thresholds-on-ubuntu-asus This thread seems helpful.

I will test in a VM with both init systems

Haven't been able to test in a VM since `sudo auto-cpufreq --install` does not work in VMs so the OS would need to be installed natively. @AmerXz have you tested...