Package Details: cpupower-gui-git 1.0.0.r31.gfcaab4e-2

Git Clone URL: https://aur.archlinux.org/cpupower-gui-git.git (read-only, click to copy)
Package Base: cpupower-gui-git
Description: A GUI utility to set CPU frequency limits
Upstream URL: https://github.com/vagnum08/cpupower-gui
Keywords: cpupower frequency gui
Licenses: GPL-3.0-or-later
Conflicts: cpupower-gui
Provides: cpupower-gui
Submitter: vagnum08
Maintainer: quest
Last Packager: quest
Votes: 11
Popularity: 0.69
First Submitted: 2017-05-17 14:10 (UTC)
Last Updated: 2026-04-17 21:39 (UTC)

Dependencies (16)

Required by (1)

  • i8kgui (requires cpupower-gui) (optional)

Sources (1)

Latest Comments

1 2 Next › Last »

vinikmez commented on 2026-03-30 19:25 (UTC)

Bug with Python 3.14: The app crashes on startup with ValueError: action 'store_true' is not valid for positional arguments due to a breaking change in Python 3.14's argparse module, which no longer accepts action='store_true' on positional arguments.

Fix: In /usr/bin/cpupower-gui, change positional arguments that use action='store_true' to named arguments by adding -- prefix. For example, change "apply" to "--apply" around line 268. There may be similar occurrences nearby in the same file.

After the edit the app launches normally.

friday13 commented on 2025-10-14 21:04 (UTC)

[friday13@baba ~]$ cpupower-gui 

(cpupower-gui:89804): libayatana-appindicator-WARNING **: 00:02:18.706: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.

(cpupower-gui:89804): Gdk-CRITICAL **: 00:02:19.082: gdk_window_thaw_toplevel_updates: assertion 'window->update_and_descendants_freeze_count > 0' failed
Traceback (most recent call last):
  File "/usr/share/cpupower-gui/cpupower_gui/window.py", line 943, in on_save_profile_clicked
    self.conf.create_profile_from_settings(name, self.settings)
  File "/usr/share/cpupower-gui/cpupower_gui/config.py", line 144, in create_profile_from_settings
    if self.user_conf.exists():
       ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'exists'
Traceback (most recent call last):
  File "/usr/share/cpupower-gui/cpupower_gui/window.py", line 943, in on_save_profile_clicked
    self.conf.create_profile_from_settings(name, self.settings)
  File "/usr/share/cpupower-gui/cpupower_gui/config.py", line 144, in create_profile_from_settings
    if self.user_conf.exists():
       ^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'exists'

vagnum08 commented on 2022-04-11 14:56 (UTC)

@boocheus If you start it from the terminal, does it throw any errors? If it does can you post the error message.

boocheus commented on 2022-04-07 15:33 (UTC) (edited on 2022-04-07 15:33 (UTC) by boocheus)

Has not worked since updating to gnome 42

vagnum08 commented on 2022-01-18 17:45 (UTC)

It has been fixed upstream.

lunainvictum commented on 2022-01-18 15:21 (UTC)

Package still broken.

Program glib-compile-resources found: YES (/usr/bin/glib-compile-resources) Configuring org.rnd2.cpupower_gui.desktop.in using configuration

cpupower-gui/data/meson.build:14:0: ERROR: Function does not take positional arguments.

A full log can be found at /home/user/.cache/yay/cpupower-gui-git/src/build/meson-logs/meson-log.txt ==> FEHLER: Ein Fehler geschah in build(). Breche ab... -> Fehler beim Ausführen: cpupower-gui-git

vagnum08 commented on 2019-12-15 15:41 (UTC)

Dropped the patches. They were applied upstream, that's why it was failing.

Is fixed now.

domker commented on 2019-12-13 00:22 (UTC)

prepare()... patching file cpupower_gui/cpupower-gui-helper.py.in Hunk #1 FAILED at 229. 1 out of 1 hunk FAILED -- saving rejects to file cpupower_gui/cpupower-gui-helper.py.in.rej ==> BŁĄD: Wystąpił błąd w prepare(). //ERROR

vagnum08 commented on 2018-07-06 22:48 (UTC)

Thanks. I have updated the PKGBUILD for both cpupower-gui-git and cpupower-gui.