mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-16 06:02:13 -04:00
run: Remove hardcoded GI_TYPELIB_PATH
This is now better done in the [Environment] part of the runtime metadata
This commit is contained in:
@@ -1261,7 +1261,6 @@ static const struct {const char *env; const char *val;} default_exports[] = {
|
||||
{"_LD_LIBRARY_PATH", "/app/lib"},
|
||||
{"XDG_CONFIG_DIRS","/app/etc/xdg:/etc/xdg"},
|
||||
{"XDG_DATA_DIRS","/app/share:/usr/share"},
|
||||
{"GI_TYPELIB_PATH","/app/lib/girepository-1.0"},
|
||||
{"SHELL","/bin/sh"},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user