Package: gtk-qt-engine-kde4
Version: 1.1-1
The current KDE4 version of the package exhibits the same symptoms as the
older gtk-qt-engine package. There was a patch to correct the buggy behaviour
with the flash plugin.
The attached is an updated version of the patch for use with gtk-qt-engine-
kde4. This patch has already been tested and submitted for inclusion in Ubuntu
Intrepid (8.10).
--- gtk-qt-engine-1.1/src/engine.cpp.orig 2008-09-12 15:36:00.000000000 -0230
+++ gtk-qt-engine-1.1/src/engine.cpp 2008-09-12 15:38:19.000000000 -0230
@@ -106,6 +106,7 @@
// Disable the theme engine in various window managers. Seems to cause them to not start. Not sure why
QString sessionEnv(getenv("SESSION_MANAGER"));
if (sessionEnv.endsWith(QString::number(getpid())) ||
+ commandLine.contains("nspluginviewer") ||
commandLine.contains("gnome-wm") ||
commandLine.contains("metacity") ||
commandLine.contains("xfwm4") ||