diff options
author | Martin Stransky <stransky@redhat.com> | 2020-11-25 09:38:04 +0100 |
---|---|---|
committer | Martin Stransky <stransky@redhat.com> | 2020-11-25 09:38:04 +0100 |
commit | 97999f62afe478c3d75261b19e19bba82bec6c0d (patch) | |
tree | ee215224834bead0be71e8f44e6b73914bfa5dc2 /firefox.sh.in | |
parent | Fix mochitest (diff) | |
download | librewolf-fedora-ff-97999f62afe478c3d75261b19e19bba82bec6c0d.tar.gz librewolf-fedora-ff-97999f62afe478c3d75261b19e19bba82bec6c0d.tar.bz2 librewolf-fedora-ff-97999f62afe478c3d75261b19e19bba82bec6c0d.zip |
Export MOZ_GMP_PATH from /usr/bin/firefox script (https://pagure.io/fedora-workstation/issue/126)
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index 78d908e..6fc51b2 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -124,6 +124,11 @@ FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft" export FONTCONFIG_PATH ## +## We want Firefox to use Openh264 provided by Fedora +## +export MOZ_GMP_PATH=$MOZ_LIB_DIR/mozilla/plugins/gmp-gmpopenh264/system-installed + +## ## In order to better support certain scripts (such as Indic and some CJK ## scripts), Fedora builds its Firefox, with permission from the Mozilla ## Corporation, with the Pango system as its text renderer. This change |