From 7fd7789ea25b004a401dfb83463f13a65cf4dc8d Mon Sep 17 00:00:00 2001 From: Christopher Aillon Date: Thu, 18 Jan 2007 20:19:14 +0000 Subject: - Remove the XLIB_SKIP_ARGB_VISUALS=1 workaround; the plugin got fixed. --- firefox.sh.in | 9 --------- firefox.spec | 3 +++ 2 files changed, 3 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 @@ -66,15 +66,6 @@ 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 ## diff --git a/firefox.spec b/firefox.spec index c488360..fab66fc 100644 --- a/firefox.spec +++ b/firefox.spec @@ -408,6 +408,9 @@ fi #--------------------------------------------------------------------- %changelog +* Thu Jan 18 2007 Christopher Aillon 2.0.0.1-3 +- Remove the XLIB_SKIP_ARGB_VISUALS=1 workaround; the plugin got fixed. + * Fri Dec 22 2006 Christopher Aillon 2.0.0.1-2 - Strip out some frequent warnings; they muddy up the build output -- cgit