|
@@ -1,6 +1,6 @@
|
|
# fancontrol-gui
|
|
# fancontrol-gui
|
|
-GUI for Fancontrol.
|
|
|
|
-It uses the KAuth module of the KDE Frameworks 5 to write the generated config file.
|
|
|
|
|
|
+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.
|
|
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.
|
|
KAuth currently doesn't support install prefixes other than where KAuth itself was installed.
|
|
@@ -8,6 +8,8 @@ If you want to use another install prefix, you have to run the application as ro
|
|
|
|
|
|
If you want to compile without systemd support set the option -DNO_SYSTEMD=true.
|
|
If you want to compile without systemd support set the option -DNO_SYSTEMD=true.
|
|
|
|
|
|
|
|
+If your distro looks for QML plugins in /usr/lib/qt/qml instead of /usr/lib/qml you need to set the option -DKDE_INSTALL_USE_QT_SYS_PATHS=true.
|
|
|
|
+
|
|
To compile the additional KCM set the cmake option -DBUILD_KCM=on.
|
|
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.
|
|
The KCM is only build, if the -DNO_SYSTEMD option is unset or set to false.
|
|
|
|
|