vagnum08 / cpupower-gui

cpupower-gui is a graphical program that is used to change the scaling frequency limits of the cpu, similar to cpupower.
GNU General Public License v3.0
430 stars 31 forks source link

Profile - No Profile #78

Closed mrdeepmind closed 2 years ago

mrdeepmind commented 2 years ago

After applying any of the saved profiles, it says No profile.

It does not affect the function of the app, it works and applies the selected profile but just displays as "No profile" even the profile is already applied.

cpupow-git

Distro: Arch Linux neofetch

cpupower-gui-git (AUR) version "cpupower-gui 1.0.0"

https://aur.archlinux.org/packages/cpupower-gui-git

vagnum08 commented 2 years ago

Hey,

This is not buggy behaviour.

When you select a profile from the drop-down list and click on Apply, it applies the selected profile and resets the drop-down.

I could have made it the other way and kept the selected profile after applying the settings.

However, any change outside the app will invalidate the selection, since the profile is just a bunch of frequency settings. This will also happen if you close and reopen the app, there no way to tell if a profile is applied as it not inherent to the CPU.

I have to make it clear (README, tooltip, FAQ) that this happens, so new users know about it.

vagnum08 commented 2 years ago

Changing this to enhancement.