QSocketNotifier error -- how to fix? #4220
Unanswered
martinellison
asked this question in
Q&A
Replies: 1 comment
-
Your application is using the Qt backend. You can disable the Qt backend in the cargo feature, or with the SLINT_BACKEND=winit runtime env variable. It may or may not be safe to ignore the warning. I don't know what causes it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have coded a simple Slint app (just a copy of the Hello World example) and I am getting an error message.
Can anyone help me with this?
The error is:
QSocketNotifier: Can only be used with threads started with QThread
.This is on Fedora Linux using Gnome Classic with Wayland, coded in Rust.
(Presumably I am using Gnome and therefore not Qt).
Edit: I've noticed that a window has actually appeared,,, does this mean I should ignore the error message?
Beta Was this translation helpful? Give feedback.
All reactions