@b4n commented on this pull request.


In src/ui_utils.c:

> @@ -2440,20 +2441,32 @@ void ui_init_builder(void)
 	gtk_builder_set_translation_domain(builder, GETTEXT_PACKAGE);
 
 	error = NULL;
-	interface_file = g_build_filename(app->datadir, "geany.glade", NULL);
-	if (! gtk_builder_add_from_file(builder, interface_file, &error))
+	ui_data = g_resource_lookup_data(geany_get_resource(),
+		"/org/geany/Geany/geany.glade", G_RESOURCE_LOOKUP_FLAGS_NONE, &error);

@codebrainz https://github.com/b4n/geany/tree/codebrainz/gresource


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.