Package: chmsee
Severity: wishlist
Tags: patch

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

Chmsee 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
--- ./chmsee-1.0.5/src/gecko_utils.cpp.orig	2009-07-11 21:23:16.578707425 +0200
+++ ./chmsee-1.0.5/src/gecko_utils.cpp	2009-07-11 21:23:31.798707630 +0200
@@ -207,7 +207,7 @@
 
         static const GREVersionRange greVersion = {
                 "1.9a", PR_TRUE,
-                "1.9.*", PR_TRUE
+                "1.9.1", PR_FALSE
         };
 
         char xpcomLocation[4096];

Reply via email to