Search Criteria
Package Details: fancontrol-gui v0.8-1
Git Clone URL: | https://aur.archlinux.org/fancontrol-gui.git (read-only, click to copy) |
---|---|
Package Base: | fancontrol-gui |
Description: | GUI for fancontrol and the fancontrol systemd service |
Upstream URL: | https://github.com/Maldela/Fancontrol-GUI |
Licenses: | |
Replaces: | |
Submitter: | Maldela |
Maintainer: | Maldela |
Last Packager: | Maldela |
Votes: | 27 |
Popularity: | 0.43 |
First Submitted: | 2016-04-10 13:50 |
Last Updated: | 2019-09-18 19:20 |
Dependencies (14)
- kauth (kauth-git)
- kconfig (kconfig-git)
- kdbusaddons (kdbusaddons-git)
- kdeclarative (kdeclarative-git)
- ki18n (ki18n-git)
- kirigami2 (kirigami2-git)
- knotifications (knotifications-git)
- kpackage (kpackage-git)
- lm_sensors (lm_sensors-max_of_fctemps, lm_sensors-git)
- qt5-declarative (qt5-declarative-git)
- qt5-quickcontrols2 (qt5-quickcontrols2-git)
- systemd (systemd-light, systemd-cdown-git, systemd-git, systemd-selinux)
- extra-cmake-modules (extra-cmake-modules-git) (make)
- git (git-git) (make)
Latest Comments
1 2 Next › Last »
Maldela commented on 2020-04-15 15:50
Try the git version. It always uses Celsius.
danuker commented on 2020-04-15 15:37
Thank you for creating this. I configured my fan to only start when the computer is warmer than 55oC, greatly improving the noise.
Still, because this software blindly uses Fahrenheit according to locale, I run it as
LANG=C fancontrol_gui
.tomdodson commented on 2020-02-08 18:52
I'm keeping a list of required dependencies I needed to install to make this work
After this, it's still complaining about some dependency in QT5 that I think I have but the build isn't finding it.
These should be added to the dependencies section.
Maldela commented on 2019-09-18 19:22
You're completely right.
PedroHLC commented on 2019-09-18 15:57
That's so bizzare this package
.SRCINFO
is atpkgver = v0.8
, while it's PKGBUILD is atpkgver=v0.7
. I think you forgot togit add PKGBUILD
, and the same goes tofancontrol-kcm
archuser5432 commented on 2019-09-18 15:43
No luck here:
/home/trap/.cache/yay/fancontrol-gui/src/fancontrol-gui-0.7/fancontrol-gui/src/main.cpp: In function ‘void activate(const QStringList&, const QString&)’: /home/trap/.cache/yay/fancontrol-gui/src/fancontrol-gui-0.7/fancontrol-gui/src/main.cpp:68:17: error: invalid use of incomplete type ‘class QWindow’ 68 | s_window->show();
Maldela commented on 2019-09-18 12:57
QWindow compilation error fixed in v0.8.
aza-industries commented on 2019-09-18 03:57
I can't seem to get this to compile. An early error when checking dependencies: -- qmlplugindump failed for QtQuick.Controls. -- Could NOT find QtQuick.Controls-QMLModule (missing: QtQuick.Controls-QMLModule_FOUND)
And what causes the build to fail: /usr/include/qt/QtCore/qobjectdefs.h:626:37: error: incomplete type ‘QWindow’ used in nested name specifier 626 | enum { Value = sizeof(test(&Object::qt_metacall)) == sizeof(int) };
/usr/include/qt/QtCore/qobject.h:506:5: error: static assertion failed: qobject_cast requires the type to have a Q_OBJECT macro 506 | Q_STATIC_ASSERT_X(QtPrivate::HasQ_OBJECT_Macro<ObjType>::Value,
/usr/include/qt/QtCore/qobject.h:508:53: error: incomplete type ‘ObjType’ {aka ‘QWindow’} used in nested name specifier 508 | return static_cast<T>(ObjType::staticMetaObject.cast(object));
I've got qt5-quickcontrols2 installed, among all the other dependencies.
Maldela commented on 2019-09-12 12:44
If you have the singleton name error try removing the /usr/share/kpackage/genericqml/fancontrol-gui folder and be sure to have installed version 0.7 of the package. Be also sure to uninstall the old fancontrol-common package.
DarkMind commented on 2019-09-10 13:11
"file:///usr/share/kpackage/genericqml/fancontrol-gui/contents/ui/Application.qml" "Error loading QML file.\n25: plugin cannot be loaded for module \"Fancontrol.Qml\": Invalid QML singleton type name \"base\"; type names must begin with an uppercase letter\n"