I also get the following warnings which may be related on terminal:
``` (geany:12415): Gtk-WARNING **: Allocating size to GtkScrollbar 0x56521d6711e0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(geany:12415): Gtk-WARNING **: Allocating size to GeanyMainWindow 0x56521d48c540 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate?
(geany:12415): Gtk-WARNING **: Allocating size to GtkScrollbar 0x56521d6711e0 without calling gtk_widget_get_preferred_width/height(). How does the code know the size to allocate? ```