fix runtime assertion error gtk_container_foreach: assertion 'GTK_IS_CONTAINER (container)' failed when closing xviewer with the send-by-mail plugin enabled.
This is caused by the removal of the action group on exit. Refer to the documentation of gtk_ui_manager_ensure_update().
A collection of smaller improvements and fixes:
glib-compile-schemas
for non-debian buildsclutter_init
*_GET_INSTANCE_PRIVATE
usagegtk_container_foreach: assertion 'GTK_IS_CONTAINER (container)' failed
when closing xviewer with the send-by-mail plugin enabled. This is caused by the removal of the action group on exit. Refer to the documentation ofgtk_ui_manager_ensure_update()
.