Package Details: fancontrol-gui 0.8-2

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: GPL2
Submitter: Maldela
Maintainer: Maldela
Last Packager: Maldela
Votes: 38
Popularity: 0.105737
First Submitted: 2016-04-10 13:50 (UTC)
Last Updated: 2023-10-20 20:58 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

PedroHLC commented on 2019-09-18 15:57 (UTC)

That's so bizzare this package .SRCINFO is at pkgver = v0.8, while it's PKGBUILD is at pkgver=v0.7. I think you forgot to git add PKGBUILD, and the same goes to fancontrol-kcm

archuser5432 commented on 2019-09-18 15:43 (UTC)

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 (UTC)

QWindow compilation error fixed in v0.8.

aza-industries commented on 2019-09-18 03:57 (UTC) (edited on 2019-09-18 04:10 (UTC) by aza-industries)

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 (UTC)

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 (UTC)

"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"

jdc commented on 2019-08-07 18:02 (UTC)

I just got the same error as Slobodan.

Maldela commented on 2018-09-29 19:39 (UTC)

I fixed the QML singleton name bug already quite some time ago. Make sure you don't have any old files from a previous installation left on your system and install the package again. It should work.

Slobodan commented on 2018-09-29 19:23 (UTC)

"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"

simona commented on 2018-09-20 16:48 (UTC)

solved.