GNOME Bugzilla – Bug 711801
giomodule: Allow overriding source directory gio modules are loaded from
Last modified: 2013-11-23 06:42:08 UTC
This keeps coming up ... but we need a way to override the location that gio loads its modules from. This is especially important when doing testing, as it's otherwise not possible to build a predictable environment. In particular this causes leaks from the installed version of gvfs to prevent testing for leaks in gio.
Created attachment 259471 [details] [review] giomodule: Allow overriding source directory gio modules are loaded from When testing (and valgrinding) we need to have a known set of modules loaded.
Review of attachment 259471 [details] [review]: This is missing the documentation part. We have a list of all env vars affecting GIO operation in docs/reference/gio/overview.xml, in the section 'Running GIO applications'.
Created attachment 259531 [details] [review] giomodule: Allow overriding source directory gio modules are loaded from When testing (and valgrinding) we need to have a known set of modules loaded.
(In reply to comment #2) > This is missing the documentation part. We have a list of all env vars > affecting GIO operation in docs/reference/gio/overview.xml, in the section > 'Running GIO applications'. Done.
Review of attachment 259531 [details] [review]: ok
Attachment 259531 [details] pushed as e3babb3 - giomodule: Allow overriding source directory gio modules are loaded from
*** Bug 634045 has been marked as a duplicate of this bug. ***