Why does using `g_application_run` create a lag of ~25 seconds? – Debian
I'm trying to learn GTK3, but the documentation is problematic at best. The most frustrating problem comes from using g_application_run. It seems to create a lag of ~25 seconds when the program is run. Here is the example: #include <gtk/gtk.h>…