summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2019-05-31 16:13:47 +0200
committerJan Horak <jhorak@redhat.com>2019-05-31 16:13:47 +0200
commit7edd26f80ca86d98c67c9c1a77ebaf242fab2441 (patch)
tree75b4c490f014af2ab458d67b5b140e16f0a48663 /firefox.sh.in
parentremoved mozbz#1552590 fix (diff)
downloadlibrewolf-fedora-ff-7edd26f80ca86d98c67c9c1a77ebaf242fab2441.tar.gz
librewolf-fedora-ff-7edd26f80ca86d98c67c9c1a77ebaf242fab2441.tar.bz2
librewolf-fedora-ff-7edd26f80ca86d98c67c9c1a77ebaf242fab2441.zip
Fix external app handling in flatpak
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 5cd169d..29bd738 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -248,6 +248,9 @@ do
esac
done
+# Flatpak specific environment variables
+%FLATPAK_ENV_VARS%
+
# Run the browser
debugging=0
if [ $debugging = 1 ]
bgstack15