diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2004-12-12 08:42:36 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2004-12-12 08:42:36 +0000 |
commit | 2ca6e872bbfafb6b88fea8bb41b45aa016db36a7 (patch) | |
tree | 57eefcc86d1e1883fef57b1dde970eb81d139e32 /firefox.sh.in | |
parent | need prdtoa patch as well (diff) | |
download | librewolf-fedora-ff-2ca6e872bbfafb6b88fea8bb41b45aa016db36a7.tar.gz librewolf-fedora-ff-2ca6e872bbfafb6b88fea8bb41b45aa016db36a7.tar.bz2 librewolf-fedora-ff-2ca6e872bbfafb6b88fea8bb41b45aa016db36a7.zip |
- Fix spacing in textareas when using pango for rendering
- Enable pango rendering by default.
- Enable smooth scrolling by default
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 6 |
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() { |