Skip to content
Snippets Groups Projects
Commit 132a7292 authored by Simon McVittie's avatar Simon McVittie
Browse files

Add xdg-open and xdg-email to the runtime

parent 99cf6423
No related branches found
No related tags found
No related merge requests found
Pipeline #783 failed
......@@ -239,6 +239,9 @@ add_packages:
- curl
- file
# Not in the real Runtime, but xdg-open is useful
- flatpak-xdg-utils
# Not in the real Runtime, but Steam tries to run lspci
- pciutils
......@@ -255,6 +258,10 @@ add_packages:
# In the real Runtime, although it apparently doesn't work
- zenity
post_script: |
ln -s /usr/libexec/flatpak-xdg-utils/xdg-email /usr/bin/
ln -s /usr/libexec/flatpak-xdg-utils/xdg-open /usr/bin/
platform:
null: null
......
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