From 9def34c203b8e3a293c5082425294ad35fc07888 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Feb 05 2021 17:13:06 +0000 Subject: Install flatpak-xdg-email and flatpak-xdg-open as xdg-email and xdg-open This matches with the flatpak-xdg-utils change that added flatpak prefix to flatpak-xdg-utils versions of xdg-email and xdg-open. With this change, we now include _both_ xdg-utils and flatpak-xdg-utils in the module build, and overwrite the xdg-utils versions of xdg-email and xdg-open with the flatpak-xdg-utils versions when building the container. --- diff --git a/container.yaml b/container.yaml index 5c94f53..e3998dc 100644 --- a/container.yaml +++ b/container.yaml @@ -25,6 +25,9 @@ flatpak: --origin=flatpak \ org.fedoraproject.Sdk 1>&2 + mv -f /usr/bin/flatpak-xdg-email /usr/bin/xdg-email + mv -f /usr/bin/flatpak-xdg-open /usr/bin/xdg-open + touch -d @0 /usr/share/fonts /usr/share/fonts/* fc-cache -rs