Няма описание

Maldela ae3a94b8d4 Update FanItem.qml преди 9 години
fancontrol-gui b7d2221457 Update Application.qml преди 9 години
helper f249afc3e8 small fixes and cleanups. used auto keyword to make code easier. преди 9 години
import ae3a94b8d4 Update FanItem.qml преди 9 години
kcm f249afc3e8 small fixes and cleanups. used auto keyword to make code easier. преди 9 години
po 0b6becdeda some more fixes, updated german localization преди 9 години
tests 6406dc9db5 fixed error about missing file:/etcFancontrol преди 9 години
CMakeLists.txt 98102103bc Always use qt install path so qml plugin is always found преди 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