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
319 stars 31 forks source link

Building on xUbuntu distros #11

Closed diamondburned closed 6 years ago

diamondburned commented 6 years ago

Hey, followed the instructions for compiling on Ubuntu. It installed successfully. However when I run it returns

"file:///usr/share/kpackage/genericqml/org.kde.fancontrol.gui/contents/ui/Application.qml" 
 "Error loading QML file.\n24: module \"Fancontrol.Qml\" is not installed\n"

Any solutions?

Maldela commented 6 years ago

I've pushed a new commit that changed the qml install directory. If it still doesn't work, try setting -DKDE_INSTALL_USE_QT_SYS_PATHS=false. If that doesn't work, try setting it to true.

diamondburned commented 6 years ago

New commit fixed it. Thanks.