Package Details: coolercontrol 1.2.2-2

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: GPL3
Conflicts: coolercontrol, coolero
Provides: coolercontrol
Submitter: codifryed
Maintainer: codifryed
Last Packager: codifryed
Votes: 18
Popularity: 2.38
First Submitted: 2023-02-07 21:45 (UTC)
Last Updated: 2024-04-29 21:17 (UTC)

Pinned Comments

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 Next › Last »

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

codifryed commented on 2023-04-23 11:51 (UTC) (edited on 2023-04-23 11:53 (UTC) by codifryed)

Update a refactoring for the PySide 6.5.0 breaking change has been done in CoolerControl 0.16.0-1 and a downgrade of PySide and Shiboken is no longer necessary.

codifryed commented on 2023-04-14 10:07 (UTC)

There appears to also be an issue with rev 2 and 3 of the 6.4.3 PySide6 and Shiboken6 package builds. rev 1 seems to work, will update the links.

NoXPhasma commented on 2023-04-14 06:54 (UTC)

I've downgraded to version 6.4.3-1 and rebuilt the package. It works for me.

pacman -U https://archive.archlinux.org/packages/p/pyside6/pyside6-6.4.3-1-x86_64.pkg.tar.zst
pacman -U https://archive.archlinux.org/packages/s/shiboken6/shiboken6-6.4.3-1-x86_64.pkg.tar.zst

If you still can't get it to work, the daemon is not affected, you could just use the appimage if the GUI. https://gitlab.com/coolercontrol/coolercontrol#appimage

rumpl commented on 2023-04-13 23:19 (UTC)

I am having the same issue as akiba. Rolling back the PySide packages results in a failure to launch with the same error message

akiba commented on 2023-04-13 20:29 (UTC)

I downgraded these packages but I get this message:

Traceback (most recent call last):
  File "/usr/bin/coolercontrol", line 5, in <module>
    from coolercontrol.coolercontrol import main
  File "/usr/lib/python3.10/site-packages/coolercontrol/coolercontrol.py", line 30, in <module>
    from PySide6 import QtCore
ModuleNotFoundError: No module named 'PySide6'

codifryed commented on 2023-04-13 07:09 (UTC) (edited on 2023-04-23 11:50 (UTC) by codifryed)

There is currently a breaking dependency update between PySide 6.5.0 and matplotlib.
The temporary workaround is to downgrade PySide.

pacman -U https://archive.archlinux.org/packages/p/pyside6/pyside6-6.4.3-1-x86_64.pkg.tar.zst
pacman -U https://archive.archlinux.org/packages/s/shiboken6/shiboken6-6.4.3-1-x86_64.pkg.tar.zst

Update a workaround for the breaking change has been implemented in 0.16.0-1 and a downgrade of PySide and Shiboken is no longer necessary.

Shooterism commented on 2023-03-30 20:10 (UTC)

Small update, I ran it again just now and whatever seemed to be the issue for me resolved itself, so I encourage others to try again too.