summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorWarren Togami <wtogami@fedoraproject.org>2005-04-23 05:15:25 +0000
committerWarren Togami <wtogami@fedoraproject.org>2005-04-23 05:15:25 +0000
commit1e4426e40ef5bc44792029ea2a9dd06a061518f7 (patch)
tree1d7bc4f0c6066967eec7ee675855dd57378a0346 /firefox.sh.in
parentexecshield patches are upstreamed this release (diff)
downloadlibrewolf-fedora-ff-1e4426e40ef5bc44792029ea2a9dd06a061518f7.tar.gz
librewolf-fedora-ff-1e4426e40ef5bc44792029ea2a9dd06a061518f7.tar.bz2
librewolf-fedora-ff-1e4426e40ef5bc44792029ea2a9dd06a061518f7.zip
MOZILLA_ENABLE_PANGO is no longer used leave comments about
MOZILLA_DISABLE_PANGO so it is less confusing to users
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 3576f5b..64c6466 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -78,12 +78,13 @@ FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft"
export FONTCONFIG_PATH
##
-## Set MOZ_ENABLE_PANGO
+## Set MOZ_ENABLE_PANGO is no longer used because Pango is enabled by default
+## you may use MOZ_DISABLE_PANGO=1 to force disabling of pango
##
-MOZ_ENABLE_PANGO=1
-export MOZ_ENABLE_PANGO
+#MOZ_DISABLE_PANGO=1
+#export MOZ_DISABLE_PANGO
-# Figure out if we need to ser LD_ASSUME_KERNEL for older versions of the JVM.
+# Figure out if we need to set LD_ASSUME_KERNEL for older versions of the JVM.
function set_jvm_vars() {
bgstack15