Package: libgtk2-mozembed-perl Severity: wishlist Tags: patch Please read http://glandium.org/blog/?p=416.
libgtk2-mozembed-perl 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
--- ./libgtk2-mozembed-perl-0.08/debian/patches/use-the-right-xul.orig 2009-07-11 21:24:49.174679577 +0200 +++ ./libgtk2-mozembed-perl-0.08/debian/patches/use-the-right-xul 2009-07-11 21:25:02.786713938 +0200 @@ -163,7 +163,7 @@ + /* copied from the gnome-python-extras package's patch */ + 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);