[epiphany] Don't ask Xlib to skip ARGB visuals
- From: Giovanni Campagna <gcampagna src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] Don't ask Xlib to skip ARGB visuals
- Date: Tue, 5 Feb 2013 21:46:20 +0000 (UTC)
commit 8b63fec4044035369c3552c7324b5b42ca112686
Author: Giovanni Campagna <gcampagna src gnome org>
Date: Fri Feb 1 20:11:33 2013 +0100
Don't ask Xlib to skip ARGB visuals
WebKit uses GLX windows internally, which will have alpha. If any
of those windows receives an event, Gtk will attempt to create a
foreign GdkWindow wrapping them, and will crash because XGetWindowAttributes
will return a NULL visual.
https://bugzilla.gnome.org/show_bug.cgi?id=693030
src/ephy-main.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 5c33629..471ccae 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -355,9 +355,6 @@ main (int argc,
exit (1);
}
- /* Work-around Flash Player crash */
- g_setenv ("XLIB_SKIP_ARGB_VISUALS", "1", FALSE);
-
/* Run the migration in all cases, except when running a private
instance without a given profile directory or running in
incognito mode. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]