diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2006-09-03 22:24:52 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2006-09-03 22:24:52 +0000 |
commit | 383a808160ff24bfcac051546a351d7a1e37a0a9 (patch) | |
tree | 020dd328c4f1341f11ae3682c7fff4a395eff018 /firefox.sh.in | |
parent | - Build with -rpath (#161958) (diff) | |
download | librewolf-fedora-ff-383a808160ff24bfcac051546a351d7a1e37a0a9.tar.gz librewolf-fedora-ff-383a808160ff24bfcac051546a351d7a1e37a0a9.tar.bz2 librewolf-fedora-ff-383a808160ff24bfcac051546a351d7a1e37a0a9.zip |
- Enable GCC visibility
- export XLIB_SKIP_ARGB_VISUALS=1 as a temporary workaround to prevent a
broken Adobe/Macromedia Flash Player plugin taking the X server.
Diffstat (limited to 'firefox.sh.in')
-rw-r--r-- | firefox.sh.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/firefox.sh.in b/firefox.sh.in index e51a1e5..21c0d66 100644 --- a/firefox.sh.in +++ b/firefox.sh.in @@ -65,6 +65,16 @@ else fi 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 ## |