You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
KCEF downloading: 100.0 to /home/mike/StudioProjects/UstadMobile/app-desktop/kcef-bundle
JCEF(04:51:619): initialized stderr logger, severity=LOGSEVERITY_DEFAULT
JCEF_I(04:51:619): CefApp: set state NEW
JCEF_I(04:51:621): CefApp: set state INITIALIZING
JCEF_V(04:51:621): Initialize CefApp on Thread[CefInitialize-thread,5,main]
[0131/100451.688536:WARNING:policy_logger.cc(151)] :components/enterprise/browser/controller/chrome_browser_cloud_management_controller.cc(88) Could not create policy manager as CBCM is not enabled.
[0131/100451.699364:ERROR:browser_main_loop.cc(276)] GLib-GObject: cannot register existing type 'GdkDisplayManager'
[0131/100451.699388:ERROR:browser_main_loop.cc(276)] GLib: g_once_init_leave: assertion 'result != 0' failed
[0131/100451.699396:ERROR:browser_main_loop.cc(276)] GLib-GObject: g_object_new_with_properties: assertion 'G_TYPE_IS_OBJECT (object_type)' failed
libva error: vaGetDriverNameByIndex() failed with unknown libva error, driver_name = (null)
[0131/100451.868560:WARNING:gpu_memory_buffer_support_x11.cc(49)] dri3 extension not supported.
It seems like "GLib-GObject: cannot register existing type 'GdkDisplayManager'" is the important one. I have found discussion about this affecting Python JuliaGraphics/Gtk.jl#192 .
When I attempt to use the browser (via the compose multiplatform webview), I get this:
Expected behavior:
Initializing as per the example would download and initialize on Ubuntu (23.10) / OpenJDK 17:
e.g.
Observed behavior:
It seems like "GLib-GObject: cannot register existing type 'GdkDisplayManager'" is the important one. I have found discussion about this affecting Python JuliaGraphics/Gtk.jl#192 .
When I attempt to use the browser (via the compose multiplatform webview), I get this:
The text was updated successfully, but these errors were encountered: