Package: libgtk-mozembed-ruby1.8
Severity: wishlist
Tags: patch

Please read http://glandium.org/blog/?p=416.

libgtk-mozembed-ruby1.8 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
--- ./ruby-gnome2-0.19.0/gtkmozembed/src/rbgtkmozembed-init.cpp.orig	2009-07-11 21:24:13.274804185 +0200
+++ ./ruby-gnome2-0.19.0/gtkmozembed/src/rbgtkmozembed-init.cpp	2009-07-11 21:24:29.118685929 +0200
@@ -36,7 +36,7 @@
 {
     static const GREVersionRange greVersion = {
 	"1.9b", PR_TRUE,
-	"2", PR_TRUE
+	"1.9.1", PR_FALSE
     };
     char xpcomPath[PATH_MAX];
 

Reply via email to