Skip to content
Snippets Groups Projects
Commit e00a205f authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

runtimes: Do not symlink flatpak-xdg-utils's xdg-open


For xdg-open we prefer the version provided by the steam-runtime-tools,
so we don't want to symlink the one from flatpak-xdg-utils.

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 5934ef0f
No related branches found
No related tags found
1 merge request!17WIP: runtimes: Do not symlink flatpak-xdg-utils's xdg-open
......@@ -36,7 +36,8 @@ add_packages:
post_script: |
set -eux
ln -s /usr/libexec/flatpak-xdg-utils/xdg-email /usr/bin/
ln -s /usr/libexec/flatpak-xdg-utils/xdg-open /usr/bin/
# We are going to use steam-runtime-urlopen as our xdg-open, so we
# do not make a symlink of the flatpak-xdg-utils implementation.
if [ -e /usr/share/i18n/locales/en_US ]; then
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
......
......@@ -33,7 +33,8 @@ add_packages:
post_script: |
set -eux
ln -s /usr/libexec/flatpak-xdg-utils/xdg-email /usr/bin/
ln -s /usr/libexec/flatpak-xdg-utils/xdg-open /usr/bin/
# We are going to use steam-runtime-urlopen as our xdg-open, so we
# do not make a symlink of the flatpak-xdg-utils implementation.
if [ -e /usr/share/i18n/locales/en_US ]; then
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
......
......@@ -33,7 +33,8 @@ add_packages:
post_script: |
set -eux
ln -s /usr/libexec/flatpak-xdg-utils/xdg-email /usr/bin/
ln -s /usr/libexec/flatpak-xdg-utils/xdg-open /usr/bin/
# We are going to use steam-runtime-urlopen as our xdg-open, so we
# do not make a symlink of the flatpak-xdg-utils implementation.
if [ -e /usr/share/i18n/locales/en_US ]; then
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment