Нема описа

Malte Veerman e8cc3dfd77 Changed QML plugin install dir. Hope this works on other distros than Arch too. пре 9 година
fancontrol-gui 0b6becdeda some more fixes, updated german localization пре 9 година
helper dea39e3957 Overhaul of fan speed testing. Reverting back to synchronous calls. Implementing functionality to run as root without KHelper. пре 9 година
import e8cc3dfd77 Changed QML plugin install dir. Hope this works on other distros than Arch too. пре 9 година
kcm 703ea47466 cleanups and small fixes пре 9 година
po 0b6becdeda some more fixes, updated german localization пре 9 година
tests 6406dc9db5 fixed error about missing file:/etcFancontrol пре 9 година
CMakeLists.txt 3baf71f031 improved error handling of invalid ExecuteJobs пре 9 година
LICENSE e1876eba9d Initial Commit пре 10 година
README.md 894996c476 Update README.md пре 9 година
icon.svg 3adc0052cf Huge changes all over the place пре 10 година

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