cpufreq icon indicating copy to clipboard operation
cpufreq copied to clipboard

add support for Gnome 47

Open thekswenson opened this issue 1 year ago • 3 comments

The extension doesn't currently work with Gnome 47 (ubuntu 24.10).

I noticed that @DisDis has made changes for Gnome 46: https://github.com/DisDis/cpufreq/pull/1 I will try to clone these changes and update the metadat.json files. With luck, this will be enough to run cpufreq in GS47.

thekswenson avatar Oct 16 '24 22:10 thekswenson

I've cloned this repo: https://github.com/gilvbp/cpufreq/tree/gnome_46 (and switched to the gnome_46 branch) After running autogen.sh I change the version numbers in metadata.json. Then I can enable the extension in GS47.

There is a problem, however, in that the cpufreqctl commands use 100% cpu for some reason. I have to disable the extension and then kill the many cpufreqctl commands spawned by the process.

The strange thing is that, if I call the command myself:

/usr/bin/pkexec /usr/bin/cpufreqctl --governor --core=3 --set performance

there are no issues, and the command terminates normally.

thekswenson avatar Oct 17 '24 09:10 thekswenson

Yes, I am sure there are a lot of people who would love to have a version of this extension for Gnome 46/47, including me. I wish I could help...

cogitech2 avatar Feb 18 '25 06:02 cogitech2

The extension doesn't currently work with Gnome 48. Seems to be dead...

GaVenga avatar May 01 '25 13:05 GaVenga