[banshee/gst#] Revert "Workaround X BadMatch crash (bgo#641515)"



commit e9adcf1f772d1bd8e717a0096b87df90b39a20e6
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Sat May 7 13:42:23 2011 -0500

    Revert "Workaround X BadMatch crash (bgo#641515)"
    
    This reverts commit 88604c9667512f43edce9abcf08fd4a096917b3d.
    
    Bertrand discovered that since we now lazy-load the Wikipedia webkit
    view this bug seems to be gone, and we can revert the workaround so that
    the notification area icon has a transparent bg again.

 src/Clients/Booter/banshee.linux.in |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/Clients/Booter/banshee.linux.in b/src/Clients/Booter/banshee.linux.in
index 1d42d76..a255940 100644
--- a/src/Clients/Booter/banshee.linux.in
+++ b/src/Clients/Booter/banshee.linux.in
@@ -48,9 +48,6 @@ fi
 # issues with sgen on Mono 2.8.0
 #export MONO_ENV_OPTIONS="--gc=sgen"
 
-# Work around NowPlaying/webkit crash (bgo#641515)
-export XLIB_SKIP_ARGB_VISUALS=1
-
 if [ -n "$BANSHEE_DEBUG" -o -n "$BANSHEE_TRACE" -o -n "$BANSHEE_PROFILE" ]; then
     MONO_OPTIONS="$BANSHEE_DEBUG $BANSHEE_TRACE $BANSHEE_PROFILE"
     echo "** Running Mono with $MONO_OPTIONS **"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]