Maldela / 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. If you want to compile without systemd support set the -DNO_SYSTEMD option.
GNU General Public License v2.0
309 stars 31 forks source link

fancontrol_gui File name empty! #53

Open Krandelbord opened 3 years ago

Krandelbord commented 3 years ago

When I try to stary fanctontrol_gui it only displays text to console $ fancontrol_gui File name empty!

Maldela commented 3 years ago

I think your qml package might be installed in the wrong location or even not at all. Make sure you have a folder called org.kde.fancontrol.gui in /usr/share/kpackage/genericqml. If you don't have that folder you need to install fancontrol-gui again but run cmake with the INSTALL_SHARED=on option.