Package: kazahakase
Severity: wishlist
Tags: patch
Please read http://glandium.org/blog/?p=416.
Kazahakase 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
--- ./kazehakase-0.5.4/module/embed/gecko/mozilla.cpp.orig 2009-07-11 21:23:48.054680785 +0200
+++ ./kazehakase-0.5.4/module/embed/gecko/mozilla.cpp 2009-07-11 21:24:02.622679902 +0200
@@ -121,7 +121,7 @@
{
static const GREVersionRange greVersion = {
"1.9a", PR_TRUE,
- "2", PR_TRUE
+ "1.9.1", PR_FALSE
};
char xpcomPath[PATH_MAX];