GTK issues with Webassembly builds ?
Unsolved
Qt for WebAssembly
-
Hello, all.
I'm new to Webassembly and trying to wrap my brain around it.
I'm getting these issues with a test build:WebAssembly_Qt_6_6_0_single_threaded-Debug/wasmTest.html... Now listening at http://0.0.0.0:30000/ Gtk-Message: 10:10:13.143: Not loading module "atk-bridge": The functionality is provided by GTK natively. Please try to not load it. (firefox:962419): Gtk-WARNING **: 10:10:13.200: GTK+ module /snap/firefox/3252/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded. GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported. Gtk-Message: 10:10:13.200: Failed to load module "canberra-gtk-module" (firefox:962419): Gtk-WARNING **: 10:10:13.202: GTK+ module /snap/firefox/3252/gnome-platform/usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so cannot be loaded. GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same process is not supported. Gtk-Message: 10:10:13.202: Failed to load module "canberra-gtk-module"
Should I be concerned about this ?
Is there a way to correct it ?Thanks in advance !