On Thu, 2007-08-30 at 13:11 +0200, Sune Vuorela wrote:
> If gtk 2.11.6 is installed, it makes non-gtk browsers freeze and take
> 100% cpu when trying to use adobe flashplugin. At least according to
> suse people, 2.11.5 is not affected. Current unstable version, 2.10.13-1
> is definately not affected.
> 
> There is a testcase at:
> https://bugzilla.novell.com/show_bug.cgi?id=294385#c58 - and the general
> bug log tells about some of the implications.
> 
> It seems upstream has a bug report here:
> http://bugzilla.gnome.org/show_bug.cgi?id=463773 
> which seems to tell about a fix committed somewhere, but without many
> pointers to locate and test the fix.

Hi,

Ubuntu recently added a patch (attached) with the following description,
is it about the same problem?

  * debian/patches/091_workaround_no_gtk_init_incorrect_display.patch:
    - workaround incorrect display issue for applications using gtk without
      calling gtk_init correctly

-- 
Cheers,
Sven Arvidsson
http://www.whiz.se
PGP Key ID 760BDD22
Index: gtk+2.0-2.11.6/gtk/gtkclipboard.c
===================================================================
--- gtk+2.0-2.11.6.orig/gtk/gtkclipboard.c	2007-08-31 16:52:48.000000000 +0200
+++ gtk+2.0-2.11.6/gtk/gtkclipboard.c	2007-08-31 16:53:16.000000000 +0200
@@ -287,6 +287,7 @@
 gtk_clipboard_get_for_display (GdkDisplay *display, 
 			       GdkAtom     selection)
 {
+  g_return_val_if_fail (display != NULL, NULL);
   g_return_val_if_fail (GDK_IS_DISPLAY (display), NULL);
   g_return_val_if_fail (!display->closed, NULL);
 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to