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

Bug#525990: marked as done (webkit crash if gtk-qt-engine enabled and browsing flash web sites)



Your message dated Tue, 18 Aug 2009 20:58:39 +0200
with message-id <20090818185839.GA28596@pryan.ekaia.org>
and subject line Re: Bug#525990: (no subject)
has caused the Debian Bug report #525990,
regarding webkit crash if gtk-qt-engine enabled and browsing flash web sites
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
525990: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525990
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libqt4-webkit
Version: 4.5.1-1
Severity: important
Tags: patch

Hi,
using arora compiled with flash support (that's with qt >= 4.5 ) and browsing
web sites with flash widgets make arora crash if gtk-qt-engine enabled.
Recompiling qt4 with the attached patch solves the problem.
The patch simply unset GTK2_RC_FILES env variable in pluginview code forcing 
use of standard default gtk theme.


My two cents.
Andrea.

--- qt4-x11-4.5.1/src/3rdparty/webkit/WebCore/plugins/PluginView.cpp	2009-04-22 01:57:40.000000000 +0200
+++ qt4-x11-4.5.1/src/3rdparty/webkit/WebCore/plugins/PluginView.cpp	2009-04-28 09:17:05.000000000 +0200
@@ -154,6 +154,8 @@
     if (m_isStarted)
         return false;
 
+    setenv( "GTK2_RC_FILES", "", 1 );
+
     PluginMainThreadScheduler::scheduler().registerPlugin(m_instance);
 
     ASSERT(m_plugin); 

--- End Message ---
--- Begin Message ---
On Tue, Aug 04, 2009 at 06:06:06PM +0200, Andrea Iacovitti wrote:
> May be this bug can be closed, i realized that the crash happens with 
> gtk-qt-engine (kde3 version) and not with gtk-qt-engine-kde4.
> My previous test was on a kde3 installation.
>

Closing :D
Thanks!
ana
> 
> 
> 


--- End Message ---

Reply to: