Search Criteria
Package Details: cpupower-gui 1.0.0-5
Package Actions
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: | 55 |
Popularity: | 0.45 |
First Submitted: | 2018-03-10 22:16 (UTC) |
Last Updated: | 2022-01-19 12:02 (UTC) |
Dependencies (14)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libhandy (libhandy-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-dbus
- python-gobject
- python-pyxdg
- appstream-glib (appstream-glib-gitAUR) (make)
- desktop-file-utils (desktop-file-utils-gitAUR) (make)
- meson (meson-gitAUR) (make)
- libappindicator-gtk3 (optional) – needed for tray icon
- lxsession (lxsession-gitAUR) (optional) – needed for authentification in Xfce, LXDE etc.
- polkit-gnome (xfce-polkit-gitAUR, xfce-polkitAUR, polkit-gnome-gitAUR) (optional) – needed for authentification in Cinnamon, Gnome
Required by (1)
- i8kgui (optional)
Latest Comments
« First ‹ Previous 1 2 3
Hoek commented on 2020-10-17 16:39 (UTC)
@vagnum08: the package 'pyxdg' got split into 'python-pyxdg' and 'python2-pyxdg'. Currently installing cpupower-gui pulls in python2. Renaming the dependency 'pyxdg' to 'python-pyxdg' works with my python3 installation and builds fine.
vagnum08 commented on 2019-11-22 14:40 (UTC)
After the last update dbus-python was returning an object instead of an int. I have patched it and it is working now.
chorriwuarri commented on 2019-11-22 11:18 (UTC)
Since the last python update it doesn't work for me. I recompile it and now it starts but when it asks for my password it tells me I don't have permission.
other programs like gufw or pamac, ask me for the password and it works
ector commented on 2019-11-08 15:13 (UTC)
yes,today working. Thank
vagnum08 commented on 2019-11-07 19:28 (UTC)
Hi ector,
I have updated the package to the latest version (0.7.0). Could you give it a try and see if you get the same error?
ector commented on 2019-11-06 12:44 (UTC) (edited on 2019-11-06 12:44 (UTC) by ector)
hi,i have this error:[midfingr@midfingr-pc ~]$ cpupower-gui Traceback (most recent call last): File "/usr/bin/cpupower-gui", line 35, in <module> main.main() File "/usr/lib/python3.7/site-packages/cpupower_gui/main.py", line 267, in main application = Application() File "/usr/lib/python3.7/site-packages/cpupower_gui/main.py", line 95, in init self.cpu_avail = int(cpu_count) + 1 ValueError: invalid literal for int() with base 10: '0,2,4,6' [midfingr@midfingr-pc ~]$
i use governor schedutil. thank
vagnum08 commented on 2019-09-09 16:49 (UTC)
Removed "git" from makedepends. Thanks for pointing out.
uffe commented on 2019-09-03 09:18 (UTC)
This PKGBUILD does not need "git" as a makedepend - could you please remove "git" from makedepend ? Thanks :-)
« First ‹ Previous 1 2 3