-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Process opens, but no window #18
Comments
Try fancontrol_gui in console. |
Same here ubuntu 18.04 and git clone method: I did install qml-module-qtquick-dialogs (actuallu I installed qtquick-*) but no cigar. |
I've reduced the required QtQuick.Dialogs version to 1.2 and removed an unnecessary QtQml import. |
Thanks. Now: |
Try installing qml-module-org-kde-kirigami2. |
I've also reduced the required kirigami version to 2.0 just now. |
qml-module-org-kde-kirigami2 was already installed. After git pull and new build fancontrol_gui opened. I will try it later this week. Thanks. EDIT: does not seem to work but it's probably because of my UEFI BIOS settings. |
Have you tried the "Detect Fans" button next to the fan selector? |
Yeah, I tried that. I have another PC running manjaro where I installed fancontrol_gui-git from AUR. There everything works fine, but BIOS has "Normal" mode for fans. In this ubuntu PC, bios has "Smart Fan Control" which can be disabled and I tried that, but all fans still run 100% rpm even if I try to use fancontrol_gui in Ubuntu. It's very hard to say if it's issue in motherboard in this Ubuntu PC or fancontrol. Fans are detected atleast by sensors-detect and psensor as well as fancontrol_gui. Anyway, I am able to launch fancontrol_gui now on my ubuntu, maybe someone else can actually verify that it's working on ubuntu :) EDIT: tried detect sensors again and now I got this:' |
All the button does is to run |
I'm having the same issue. GUI won't open after clicking on the icon, but the process seems to be running.
|
The applied signal was introduced in Qt 5.10. I changed it to use the accepted signal. Should work now with Qt 5.8 and higher. |
Thanks for the quick update!
|
A closer look at the documentation revealed that all the useful signals need Qt 5.10 or higher. I removed the dialog until I'm ready to bump the dependency. |
I also have this problem (roughly). I did not install fancontrol_gui but only execute the binary in The output is:
The process does not end there but also doesn't do anything visible. Using GDB and pressing ctrl-c when the process seems to hang gives this stacktrace:
If you need additional info, please say so. I have the fancontrol server already running ( I'm on Gentoo with KDE. |
@gerion0, I had the same issue. But I installed the app with: sudo make install And now it works. Maybe it requires some system dependencies so it doesn't work without installation. |
Installed all dependencies, including kirigami2-dev, installed fancontrol-gui using the 'git clone' example, can see the icon in the start menu, clicking does nothing, console says fancontrol-gui not found.
Though I can see fancontrol-gui running in the background in qps process viewer. This is on Lubuntu 18.10.
The text was updated successfully, but these errors were encountered: