Post-installation steps:
sudo systemctl enable --now coolercontrold
Then open the desktop application.
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) |
« First ‹ Previous 1 .. 5 6 7 8 9 10 11 12 Next › Last »
Post-installation steps:
sudo systemctl enable --now coolercontrold
Then open the desktop application.
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.
The name of the program changed, it's called CoolerControl now. Git repo url changed to https://gitlab.com/coolercontrol/coolercontrol
now is perfect... thx
Hi simona, please see my previous comment, which is also pinned to the top.
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'
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.
Changing the shortcut in autostart with Exec=bash -c "sleep 5; coolero" fixed the problem
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.
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:
Then open the desktop application.