Cooling device control for Linux.
CoolerControl features a GUI for viewing all your system's sensors and for creating custom fan and pump profiles based
on any available temperature sensor. Paired with this is a systemd service that controls all your devices in the
background.
So i have installed this on fedora 40 and have enabled close to tray and start in tray which it never does but all so the gui will never come up again any help would be really good please
“Start in Tray” means that it does not start with an open application window, but only with an icon in the system tray. If you click on the system tray icon there will be a “Show/Hide” option. Click on that to open the window. If you do not have a system tray, like with stock Gnome, then those options are likely not applicable for your setup. Removing the desktop application settings file as mentioned in Config Files · Wiki · CoolerControl / CoolerControl · GitLab will reset those settings for you.
Howdy, would you be able to enable a build for Rawhide? (I currently use the Fedora 40 build, but with the change to python 3.13 in Rawhide it would be nice to be able to use a build specifically for Rawhide)
Rawhide’s been disabled because it would rarely successfully build on rawhide. I just tried again and the Copr pipeline fails when trying to install dnf5 tooling, before our spec even begins running (build env init):
Package "dnf5-5.2.3.0-3.fc41.x86_64" is already installed.
Problem: cannot install both dnf5-5.2.3.0-2.fc41.x86_64 from fedora and dnf5-5.2.3.0-3.fc41.x86_64 from @System
- package dnf5-plugins-5.2.3.0-2.fc41.x86_64 from fedora requires dnf5(x86-64) = 5.2.3.0-2.fc41, but none of the providers can be installed
- cannot install the best candidate for the job
- conflicting requests
You can try to add to command line:
--no-best to not limit the transaction to the best candidates
--skip-broken to skip uninstallable packages
Hmm, it looks like not all of the python modules that are being used have been updated for python 3.13 (very annoying in this case)
I guess this will sort itself out whenever python 3.13 is totally updated on Fedora’s side.
I’ll keep trying to build this locally from time to time and I’ll let you know if anything changes.