summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index bc59882..a622c07 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -77,6 +77,12 @@ export MOZ_PLUGIN_PATH
FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft"
export FONTCONFIG_PATH
+##
+## Set MOZ_ENABLE_PANGO
+##
+MOZ_ENABLE_PANGO=1
+export MOZ_ENABLE_PANGO
+
# Figure out if we need to ser LD_ASSUME_KERNEL for older versions of the JVM.
function set_jvm_vars() {
bgstack15