summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Burt <gabriel.burt@gmail.com>2011-05-07 13:42:23 -0500
committerGabriel Burt <gabriel.burt@gmail.com>2011-05-07 13:42:23 -0500
commitf8d91c809b867d47da2157c18e5960ce74f9e8e1 (patch)
tree7fdeaeadd4670c8b1773f85d38a75787e932d36a
parent5f06428f8d32ee0f4d9c12aad84d80c6c2c64bb4 (diff)
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.
-rw-r--r--src/Clients/Booter/banshee.linux.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Clients/Booter/banshee.linux.in b/src/Clients/Booter/banshee.linux.in
index 1d42d76b8..a2559403f 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 **"