From 17f0f56f0ba7b464827d8c05f9994f5b31faa140 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Jan 09 2020 12:33:41 +0000 Subject: Add LD_LIBRARY_PATH to finish-args This used to come hardcoded from flatpak-module-tools, but was removed in flatpak-module-tools 0.11.2. This commit moves it here so that we don't lose LD_LIBRARY_PATH. See https://bodhi.fedoraproject.org/updates/FEDORA-FLATPAK-2020-30fe5a648b --- diff --git a/container.yaml b/container.yaml index c561f7d..b2a0f99 100644 --- a/container.yaml +++ b/container.yaml @@ -9,6 +9,7 @@ flatpak: finish-args: > --env=GI_TYPELIB_PATH=/app/lib64/girepository-1.0 --env=GST_PLUGIN_SYSTEM_PATH=/app/lib64/gstreamer-1.0:/usr/lib64/gstreamer-1.0 + --env=LD_LIBRARY_PATH=/app/lib64 --env=XDG_DATA_DIRS=/app/share:/usr/share:/usr/share/runtime/share:/run/host/share cleanup-commands: | touch -d @0 /usr/share/fonts /usr/share/fonts/*