Im trying to run the simple_standalone application in Ubuntu. The window of the application appears but it is just empty.
My distro:
❯ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
Logs in the terminal when launching the simple_standalone:
❯ ./simple_standalone
Window::setSize (): 300 - 300
(simple_standalone:27814): Gdk-WARNING **: 21:33:41.625: ../../../../../gdk/x11/gdkwindow-x11.c:5653 drawable is not a native X11 window
(simple_standalone:27814): GLib-GIO-CRITICAL **: 21:33:41.628: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed
(simple_standalone:27814): Gtk-CRITICAL **: 21:33:41.628: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed
(simple_standalone:27814): Gtk-WARNING **: 21:33:41.628: Unable to parse accelerator '<Primary>\u0008': ignored request to install 1 accelerators
(simple_standalone:27814): GLib-GIO-CRITICAL **: 21:33:41.628: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed
(simple_standalone:27814): Gtk-CRITICAL **: 21:33:41.628: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed
(simple_standalone:27814): GLib-GIO-CRITICAL **: 21:33:41.628: g_action_print_detailed_name: assertion 'g_action_name_is_valid (action_name)' failed
(simple_standalone:27814): Gtk-CRITICAL **: 21:33:41.628: gtk_application_set_accels_for_action: assertion 'detailed_action_name != NULL' failed
Are anyone able to run the simple_standalone inside Ubuntu or some other distro with the correct gui?