-
Bug
-
Resolution: Duplicate
-
P1
-
7
-
None
-
generic
-
generic
The fix for 6913179 introduced support for native GTK FileDialog. However, it also requires some functions from the libgthreads library that actually exist in newer versions of GTK only. For instance, the g_thread_get_initialized symbol is requested while it's only available since gtk 2.20.
Since this function gets invoked when the GTK is initialized by JDK, the initialization fails, and any Swing application requesting the GTK L&F fails.
Since this function gets invoked when the GTK is initialized by JDK, the initialization fails, and any Swing application requesting the GTK L&F fails.
- duplicates
-
JDK-6953275 Many Swing tests are failing because of a GTK lib
- Resolved
- relates to
-
JDK-6913179 The java.awt.FileDialog should use native GTK file chooser on linux distros
- Closed