Package Details: cpupower-gui 1.0.0-5

Git Clone URL: https://aur.archlinux.org/cpupower-gui.git (read-only, click to copy)
Package Base: cpupower-gui
Description: A GUI utility to set CPU frequency limits
Upstream URL: https://github.com/vagnum08/cpupower-gui
Keywords: cpupower frequency gtk3 gui
Licenses: GPL
Conflicts: cpupower-gui
Provides: cpupower-gui
Submitter: vagnum08
Maintainer: vagnum08 (erigas)
Last Packager: vagnum08
Votes: 56
Popularity: 1.24
First Submitted: 2018-03-10 22:16 (UTC)
Last Updated: 2022-01-19 12:02 (UTC)

Required by (1)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

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

Package is still broken.

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

cpupower-gui-1.0.0/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/src/build/meson-logs/meson-log.txt ==> FEHLER: Ein Fehler geschah in build(). Breche ab... -> Fehler beim Ausführen: cpupower-gui

iamdevil commented on 2022-01-13 08:42 (UTC)

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

GregTheMadMonk commented on 2021-10-25 14:01 (UTC)

Can't build cpupower-gui (and also cpupower-gui-git) with cpupower-gui/data/meson.build:14:0: ERROR: Function does not take positional arguments.

Autodidaddy commented on 2021-03-04 20:00 (UTC)

When I have this installed my system is unable to set correct governor at boot. Finally I was able to change default governor by removing cpupower-gui and adding it to kernel line.

vagnum08 commented on 2021-01-21 09:13 (UTC)

This is due to an update of python. The solution is to rebuild the package.

I will change the version in PKGBUILD so other will see it as update to force rebuild.

Thanks for letting me know.

dreieck commented on 2021-01-20 11:24 (UTC)

It fails to start up for me -- failing to find pyhon module cpupower_gui:

aceback (most recent call last):
  File "/sbin/cpupower-gui", line 34, in <module>
    from cpupower_gui import __main__
ModuleNotFoundError: No module named 'cpupower_gui'

vivaeltopo commented on 2020-11-09 15:22 (UTC)

yeah works now

vagnum08 commented on 2020-11-09 12:03 (UTC) (edited on 2020-11-09 12:42 (UTC) by vagnum08)

There is an issue with the systemd alias.

I have added a install script to enable the service. Give it a try, it should work. (Maybe remove the old one first.)

vivaeltopo commented on 2020-11-09 07:45 (UTC) (edited on 2020-11-09 07:45 (UTC) by vivaeltopo)

The latest (1.0.0) update does not work.

Traceback (most recent call last):
  File "/usr/lib/python3.8/site-packages/dbus/bus.py", line 177, in activate_name_owner
    return self.get_name_owner(bus_name)
  File "/usr/lib/python3.8/site-packages/dbus/bus.py", line 361, in get_name_owner
    return self.call_blocking(BUS_DAEMON_NAME, BUS_DAEMON_PATH,
  File "/usr/lib/python3.8/site-packages/dbus/connection.py", line 652, in call_blocking
    reply_message = self.send_message_with_reply_and_block(
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.rnd2.cpupower_gui.helper': no such name

pysen commented on 2020-10-19 23:44 (UTC)

This only compiled successfully for me with appstream-glib installed.