We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is a bug specifically with JavaFX +GTK3. From what I can tell, this not something that can be fixed.
(bugs) https://stackoverflow.com/questions/55446534/how-to-fix-java22494-gdk-warning https://bugs.openjdk.java.net/browse/JDK-8156779 https://bugs.openjdk.java.net/browse/JDK-8211305
(Source files) https://github.com/openjdk/jfx/blob/master/modules/javafx.graphics/src/main/java/com/sun/glass/ui/gtk/GtkApplication.java https://github.com/openjdk/jfx/blob/master/modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp
(Where the error occurs) https://gitlab.gnome.org/GNOME/gtk/-/blob/master/gdk/x11/gdkmain-x11.c
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is a bug specifically with JavaFX +GTK3. From what I can tell, this not something that can be fixed.
(bugs)
https://stackoverflow.com/questions/55446534/how-to-fix-java22494-gdk-warning
https://bugs.openjdk.java.net/browse/JDK-8156779
https://bugs.openjdk.java.net/browse/JDK-8211305
(Source files)
https://github.com/openjdk/jfx/blob/master/modules/javafx.graphics/src/main/java/com/sun/glass/ui/gtk/GtkApplication.java
https://github.com/openjdk/jfx/blob/master/modules/javafx.graphics/src/main/native-glass/gtk/GlassApplication.cpp
(Where the error occurs)
https://gitlab.gnome.org/GNOME/gtk/-/blob/master/gdk/x11/gdkmain-x11.c
The text was updated successfully, but these errors were encountered: