deinstapel / cpupower

Manage the frequency scaling driver of your CPU (Intel Core and AMD Ryzen processors supported)
GNU General Public License v3.0
527 stars 69 forks source link

unable to open preferences on Gnome 40.5 / Ubuntu / Debian based Distros #186

Open crysman opened 2 years ago

crysman commented 2 years ago

I've posted it already here https://github.com/deinstapel/cpupower/issues/158#issuecomment-1080003994 Thanks for help!

fin-ger commented 2 years ago

Executable bit is not set for /usr/share/gnome-shell/extensions/cpupower@mko-sl.de/src/prefs40/main.js. To (temporarily) fix this run:

$ sudo chmod +x /usr/share/gnome-shell/extensions/cpupower@mko-sl.de/src/prefs40/main.js
crysman commented 2 years ago

temporary hotfix here https://github.com/deinstapel/cpupower/issues/158#issuecomment-1086133002

fin-ger commented 2 years ago

No no no :D

Not resolved. This is quite a serious issue. Needs to stay open until someone (my time is currently very limited) fixes the issue.

fin-ger commented 2 years ago

"Fixing" means updating the apt package.

crysman commented 2 years ago

No no no :D

Not resolved. This is quite a serious issue. Needs to stay open until someone (my time is currently very limited) fixes the issue.

Agree, sorry to be impetuous, glad you re-opened and glad I've found a potential serious bug ;)

Pear-sudo commented 2 years ago

I have the same problem on Gnome 42.2, Ubuntu 22.04.1 LTS (following the official installation guide). And this command works. Thank you!