From 111eff480e6e433c5c193d34c4eab2e4d080843e Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 25 May 2015 15:35:54 +0200 Subject: [PATCH] run: Remove hardcoded GI_TYPELIB_PATH This is now better done in the [Environment] part of the runtime metadata --- xdg-app-run.c | 1 - 1 file changed, 1 deletion(-) diff --git a/xdg-app-run.c b/xdg-app-run.c index 25afa790..07cec4e5 100644 --- a/xdg-app-run.c +++ b/xdg-app-run.c @@ -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"}, };