Package Details: coolercontrol 1.4.4-1

Git Clone URL: https://aur.archlinux.org/coolercontrol.git (read-only, click to copy)
Package Base: coolercontrol
Description: A program to monitor and control your cooling devices
Upstream URL: https://gitlab.com/coolercontrol/coolercontrol
Licenses: GPL-3.0-or-later
Conflicts: coolercontrol
Provides: coolercontrol
Submitter: codifryed
Maintainer: codifryed (caferen)
Last Packager: caferen
Votes: 33
Popularity: 3.43
First Submitted: 2023-02-07 21:45 (UTC)
Last Updated: 2024-11-03 21:33 (UTC)

Pinned Comments

codifryed commented on 2024-09-22 19:02 (UTC)

With the release of 1.4.1 CoolerControl has now been spit up into several packages. This requires users to uninstall and then reinstall the application.

See: https://gitlab.com/coolercontrol/coolercontrol/-/issues/347

There's an upside, there's now a binary AUR package coolercontrol-bin for less compile time!

codifryed commented on 2023-02-07 22:54 (UTC) (edited on 2024-01-06 23:57 (UTC) by codifryed)

Post-installation steps:

sudo systemctl enable --now coolercontrold

Then open the desktop application.

Latest Comments

« First ‹ Previous 1 .. 7 8 9 10 11 12

codifryed commented on 2022-04-07 21:05 (UTC)

Issue should be resolved now.

codifryed commented on 2022-04-07 07:27 (UTC)

There's an issue with an upstream dependency with 0.9.0 Working on a fix. (temporarily one could install liquidctl-git from the AUR and it should work)

simona commented on 2022-04-06 21:54 (UTC)

Traceback (most recent call last):
File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None,
File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals)
File "/home/simona/.cache/yay/coolero/src/coolero-0.9.0/coolero/main.py", line 18, in <module> from coolero.app import main
File "/home/simona/.cache/yay/coolero/src/coolero-0.9.0/coolero/app.py", line 39, in <module> from coolero.services.dynamic_buttons import DynamicButtons