(Please try to keep the subject line intact when replying to a bug,
otherwise maintainers will often get your message out-of-context and not
know which package or which bug you are referring to)
On Mon, 23 Mar 2026 at 17:36:24 -0400, Juan Pablo Ugarte wrote:
Hi, not sure where is the bug but as a workaround you can defineĀ
GI_TYPELIB_PATH=/usr/lib/x86_64-linux-gnu/gnome-builder/girepository-1.0/
gnome-builder
to make gi repository find the private library
This suggests that gnome-builder should be calling
gi_repository_prepend_search_path() to add that directory to the search
path. It seems that it *does* call
gi_repository_prepend_search_path (ide_get_gir_repository (),
PACKAGE_LIBDIR"/gnome-builder/girepository-1.0");
in at least some code paths, but perhaps that isn't always reached, or
perhaps it isn't happening early enough?
smcv