You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All dependencies have been installed per the README. When I run cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on -DBUILD_PLASMOID=on
I get:
-- qmlplugindump failed for QtQuick.Controls.
-- Could NOT find QtQuick.Controls-QMLModule (missing: QtQuick.Controls-QMLModule_FOUND)
-- qmlplugindump failed for QtQuick.Dialogs.
-- Could NOT find QtQuick.Dialogs-QMLModule (missing: QtQuick.Dialogs-QMLModule_FOUND)
-- qmlplugindump failed for org.kde.kirigami.
-- Could NOT find org.kde.kirigami-QMLModule (missing: org.kde.kirigami-QMLModule_FOUND)
-- Could NOT find org.kde.kcm-QMLModule (missing: org.kde.kcm-QMLModule_FOUND)
-- The following RUNTIME packages have not been found:
* QtQuick.Controls-QMLModule, QML module 'QtQuick.Controls' is a runtime dependency.
* QtQuick.Dialogs-QMLModule, QML module 'QtQuick.Dialogs' is a runtime dependency.
* org.kde.kirigami-QMLModule, QML module 'org.kde.kirigami' is a runtime dependency.
* org.kde.kcm-QMLModule, QML module 'org.kde.kcm' is a runtime dependency.
* org.kde.plasma.core-QMLModule, QML module 'org.kde.plasma.core' is a runtime dependency.
``` (I added only the errors)
funcontrol-gui builds fine, pulls sensor info, but says I have no PWM fans.
If the necessary runtime packages are not being seen, would this cause fancontrol to not work properly?
How can I fix this? I'm running in Linux Mint 20.3. My mobo is Asus ROG Strix x399 e gaming.
I haven't tried any of the additional options listed in the README yet. Not sure if they would fix my issue.
The text was updated successfully, but these errors were encountered:
All dependencies have been installed per the README. When I run
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DBUILD_KCM=on -DBUILD_PLASMOID=on
I get:
The text was updated successfully, but these errors were encountered: