Package: python-gtkmozembed Severity: wishlist Tags: patch Please read http://glandium.org/blog/?p=416.
python-gtkmozembed may have a problem running properly when xulrunner-1.9.1 is installed. Please try forcing to use xulrunner-1.9.1 with one of the methods given in the above blog post, inverting 1.9.1 and 1.9, as the instructions are to force using xulrunner 1.9. If it causes problems, please apply the attached patch. -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages python-gtkmozembed depends on: ii libatk1.0-0 1.26.0-1 The ATK accessibility toolkit ii libc6 2.9-13 GNU C Library: Shared libraries ii libcairo2 1.8.8-2 The Cairo 2D vector graphics libra ii libgcc1 1:4.4.0-7 GCC support library ii libglib2.0-0 2.20.4-1 The GLib library of C routines ii libgtk2.0-0 2.16.4-1 The GTK+ graphical user interface ii libpango1.0-0 1.24.3-1 Layout and rendering of internatio ii libstdc++6 4.4.0-7 The GNU Standard C++ Library v3 ii python 2.5.4-2 An interactive high-level object-o ii python-gtk2 2.14.1-3 Python bindings for the GTK+ widge ii python-support 1.0.3 automated rebuilding support for P ii xulrunner-1.9 1.9.0.11-1 XUL + XPCOM application runner python-gtkmozembed recommends no packages. Versions of packages python-gtkmozembed suggests: pn python-gnome2-extras-doc <none> (no description available)
--- ./gnome-python-extras-2.25.3/debian/patches/01_xul19.patch.orig 2009-07-11 21:25:16.418709239 +0200 +++ ./gnome-python-extras-2.25.3/debian/patches/01_xul19.patch 2009-07-11 21:25:41.778920447 +0200 @@ -182,7 +182,7 @@ +#ifdef XPCOM_GLUE + static const GREVersionRange greVersion = { + "1.9b", PR_TRUE, -+ "1.9.*", PR_TRUE ++ "1.9.1", PR_FALSE + }; + char xpcomLocation[4096]; + nsresult rv = GRE_GetGREPathWithProperties(&greVersion, 1, nsnull, 0, xpcomLocation, 4096);