Package Details: coolercontrol 2.1.0-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: 39
Popularity: 2.79
First Submitted: 2023-02-07 21:45 (UTC)
Last Updated: 2025-04-05 19:35 (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 2 3 4 5 6 7 8 9 10 11 12 Next › Last »

turbochamp commented on 2023-07-26 23:40 (UTC) (edited on 2023-07-26 23:43 (UTC) by turbochamp)

Edit: nevermind! had a mistake in my makepkg.conf for rust flags.

Failing to build for me:

error: failed to run `rustc` to learn about target-specific information

Caused by:
  process didn't exit successfully: `rustc - --crate-name ___ --print=file-names -C opt-level=2 -C target -cpu=native --crate-type bin --crate-type rlib --crate-type dylib --crate-type cdylib --crate-type staticlib --crate-type proc-macro --print=sysroot --print=split-debuginfo --print=crate-name --print=cfg` (exit status: 1)
  --- stderr
  error: Unrecognized option: 'c'

==> ERROR: A failure occurred in build()

blackhole commented on 2023-07-01 08:06 (UTC)

With the new icu 73.2-1 compilation is failing:

Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/media/linux/yay/coolercontrol/src/coolercontrol-0.16.0/coolercontrol-gui/coolercontrol/main.py", line 18, in <module> from coolercontrol.coolercontrol import main File "/media/linux/yay/coolercontrol/src/coolercontrol-0.16.0/coolercontrol-gui/coolercontrol/coolercontrol.py", line 30, in <module> from PySide6 import QtCore ImportError: libicui18n.so.72: cannot open shared object file: No such file or directory

codifryed commented on 2023-06-07 11:32 (UTC) (edited on 2023-06-07 14:42 (UTC) by codifryed)

Hi @akiba and @sgtnasty,

There is an often overlooked settings option in both the UI and config file called: Startup Delay

This will add the specified number of seconds of delay to the startup procedure of the daemon(s) itself and should hopefully solve your startup issues.

I haven't run into this problem myself when testing a multitude of devices at the same time, but I have heard this from a few issues raised in GitLab: some devices (no clear culprit) not being completely "ready" to communicate when the service starts right after boot-up. That might be related to the motherboard/usb chip used rather than necessarily the devices themselves, but it's hard to say at this point.

sgtnasty commented on 2023-06-07 09:51 (UTC)

@akiba I can confirm that I have the same issue: * ASUS Aura LED Controller * NZXT Kraken X

Every new startup I have to restart the services for coolercontrol to recognize both.

akiba commented on 2023-06-06 23:10 (UTC) (edited on 2023-06-06 23:48 (UTC) by akiba)

I noticed that if you have more than one device to control, sometimes an error occurs and coolercontrol not recognize one of devices. In my case, I have Corsair Commander Pro and Corsair Lighting Node Core.

A workaround that I have been testing and seems to have worked is delayed start service on boot.

coolercontrol-liqctld.service
coolercontrold.service

I don't know if it's an isolated case on my system.

Da_Boom commented on 2023-05-21 11:27 (UTC) (edited on 2023-05-21 11:27 (UTC) by Da_Boom)

Just a heads up, if you were previously holding back pyside6 and shiboken6, make sure you clean reinstall python-dataclass-wizard so that it recompiles against the new versions of these two packages - otherwise you wont pass the CoolerControl check() or package() with a module not found error.

Saiyaman commented on 2023-05-10 17:30 (UTC)

Since python 3.11 I had to do remove and do a clean package build then reinstall python-dataclass-wizard when it fails. Run the install again and it should work this time.

Gatenkaas commented on 2023-05-08 17:58 (UTC)

@mrmackie: Thank you, solved my install problem. I also had to (daemon) reload the coolercontrold.service.

mrmackie commented on 2023-05-05 06:13 (UTC)

A reinstall of python-dataclass-wizard solves the problem when updating to Python 3.11

EdoPro98 commented on 2023-05-04 21:57 (UTC)

Update to python 3.11 seems to create problems with AUR package. PKGBUILD still installs in python 3.10 site-packages folder