Geen omschrijving

Maldela 5e2ce58a90 changed PwmFan constructor to use setter functions for m_pwm and m_pwmEnable 8 jaren geleden
fancontrol-gui e02cb967fb use reverse domain notation for gui qml-package 7 jaren geleden
helper f249afc3e8 small fixes and cleanups. used auto keyword to make code easier. 9 jaren geleden
import 5e2ce58a90 changed PwmFan constructor to use setter functions for m_pwm and m_pwmEnable 7 jaren geleden
kcm a5517a5176 fixed an issue with other units than celsius and removed "foreach" from 9 jaren geleden
po 106e09bcec more error and translation updates 9 jaren geleden
CMakeLists.txt 33d456b176 added new ecm_generate_qmltypes script 8 jaren geleden
LICENSE e1876eba9d Initial Commit 10 jaren geleden
README.md 894996c476 Update README.md 9 jaren geleden
icon.svg 3adc0052cf Huge changes all over the place 10 jaren geleden

README.md

fancontrol-gui

GUI for Fancontrol. It uses the KAuth module of the KDE Frameworks 5 to write the generated config file. Furthermore it communicates with systemd via dbus to control the fancontrol service.

KAuth currently doesn't support install prefixes other than where KAuth itself was installed. If you want to use another install prefix, you have to run the application as root or another user with the necessary privileges to avoid the KAuth helper.

If you want to compile without systemd support set the option -DNO_SYSTEMD=true.

To compile the additional KCM set the cmake option -DBUILD_KCM=on. The KCM is only build, if the -DNO_SYSTEMD option is unset or set to false.

Example:

git clone https://github.com/Maldela/fancontrol-gui.git
cd fancontrol-gui
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on
make -j2
sudo make install