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 .. 5 6 7 8 9 10 11 12 Next › Last »

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.

codifryed commented on 2023-01-30 08:03 (UTC) (edited on 2023-02-16 20:32 (UTC) by codifryed)

The Coolero project has gone through a name and implementation change. You're welcome to use this package until it's removed, but it will no longer receive updates. It's recommended to use the CoolerControl package.

infeeeee commented on 2023-01-30 06:02 (UTC)

The name of the program changed, it's called CoolerControl now. Git repo url changed to https://gitlab.com/coolercontrol/coolercontrol

simona commented on 2022-12-11 12:42 (UTC) (edited on 2022-12-11 12:43 (UTC) by simona)

now is perfect... thx

codifryed commented on 2022-10-20 19:14 (UTC)

Hi simona, please see my previous comment, which is also pinned to the top.

simona commented on 2022-10-20 18:24 (UTC)

File "/home/simona/.cache/yay/coolero/src/coolero-0.13.1/coolero/models/speed_device_control.py", line 25, in <module> from coolero.view.uis.canvases.speed_control_canvas import SpeedControlCanvas
File "/home/simona/.cache/yay/coolero/src/coolero-0.13.1/coolero/view/uis/canvases/speed_control_canvas.py", line 31, in <module> from matplotlib.backends.backend_qt5agg import FigureCanvasQTAgg
File "/usr/lib/python3.10/site-packages/matplotlib/backends/backend_qt5agg.py", line 7, in <module> from .backend_qtagg import ( # noqa: F401, E402 # pylint: disable=W0611
File "/usr/lib/python3.10/site-packages/matplotlib/backends/backend_qtagg.py", line 12, in <module> from .backend_qt import (
File "/usr/lib/python3.10/site-packages/matplotlib/backends/backend_qt.py", line 73, in <module> _MODIFIER_KEYS = [ File "/usr/lib/python3.10/site-packages/matplotlib/backends/backend_qt.py", line 74, in <listcomp> (_to_int(getattr(_enum("QtCore.Qt.KeyboardModifier"), mod)), TypeError: int() argument must be a string, a bytes-like object or a real number, not 'KeyboardModifier'

codifryed commented on 2022-10-15 09:49 (UTC) (edited on 2022-11-04 16:15 (UTC) by codifryed)

A breaking dependency update occurred yesterday which is causing Coolero to fail to start.

Dependency issue: PySide6 updated to 6.4.0 and this broke compatibility with matplotlib.

An ETA on this is currently unknown, as matplotlib has a fix for this planned for their next patch release, but the arch package is also flagged out of date for some time now.

A temporary workaround is to downgrade the PySide6 package:

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

Update: the patch fix for Matplotlib was released today: matplotlib 3.6.2
Once the Arch community package is updated, the workaround will no longer be needed.

Update: Arch package has been updated! You can remove the workaround now and it should all work fine.

blackhole commented on 2022-07-07 20:57 (UTC)

Changing the shortcut in autostart with Exec=bash -c "sleep 5; coolero" fixed the problem

codifryed commented on 2022-07-07 18:24 (UTC)

Hi blackhole,
I'm not able to currently reproduce your issue (Updated Arch & KDE) so it may be system dependant. I'd suggest filing a bug in the official repo to be able to gather more information as to what may be causing it.