summaryrefslogtreecommitdiff
path: root/firefox.sh.in
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-01-18 20:19:14 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-01-18 20:19:14 +0000
commit7fd7789ea25b004a401dfb83463f13a65cf4dc8d (patch)
tree95d7bfa4b7e059da49d3a0b82544f026b681a7ec /firefox.sh.in
parentbuild fixes (diff)
downloadlibrewolf-fedora-ff-7fd7789ea25b004a401dfb83463f13a65cf4dc8d.tar.gz
librewolf-fedora-ff-7fd7789ea25b004a401dfb83463f13a65cf4dc8d.tar.bz2
librewolf-fedora-ff-7fd7789ea25b004a401dfb83463f13a65cf4dc8d.zip
- Remove the XLIB_SKIP_ARGB_VISUALS=1 workaround; the plugin got fixed.
Diffstat (limited to 'firefox.sh.in')
-rw-r--r--firefox.sh.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/firefox.sh.in b/firefox.sh.in
index 68d6ba7..aaef7aa 100644
--- a/firefox.sh.in
+++ b/firefox.sh.in
@@ -67,15 +67,6 @@ export MOZ_PLUGIN_PATH
##
-## XXX: UGLY HACK
-## The Adobe/Macromedia Flash Player plugin is horribly broken and will
-## cause the entire X server to lock up. This is just a temporary workaround.
-##
-XLIB_SKIP_ARGB_VISUALS=1
-export XLIB_SKIP_ARGB_VISUALS
-
-
-##
## Set FONTCONFIG_PATH for Xft/fontconfig
##
FONTCONFIG_PATH="/etc/fonts:${MOZILLA_FIVE_HOME}/res/Xft"
bgstack15