"A.W." <[EMAIL PROTECTED]> writes:

> Hey,
> I'm new to Conkeror (as in, yesterday) and I'm trying to get Adblock
> Plus installed. If nothing else it would cut down on the possible
> hyperlinks to deal with so I don't resort to the mouse as much.

> Every time I try to install I get:

> because: Unexpected installation error
> Review the Error Console log for more details.
> -203


> Where's the Error Console log?

The error log is the javascript console, which you can access via M-x
jsconsole or the -jsconsole command-line option.  In this case it won't
help you much, though.


This is the body of a message I previously sent to the list (though not
under a very descriptive title) regarding this problem.


It turns out this is to some extent a bug in xulrunner's extension
manager, but only shows up because of setting
extensions.checkCompatibility to false.

There are two solutions in this case to get it to work.  The first is to
use an older version of xulrunner, e.g. one from 2007-12-21, just to
install the extension, and then after that everything should work fine
with a more recent version of xulrunner.  (The older version is needed
because it has a version of the extension manager that doesn't have this
problem.)

Alternatively, if you unzip the xpi file, and edit the install.rdf file
by adding the following at the appropriate (should be obvious by looking
at the file) location:

    <em:targetApplication>
      <!-- Conkeror -->
      <Description>
        <em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id>
        <em:minVersion>0.1</em:minVersion>
        <em:maxVersion>1.0</em:maxVersion>
      </Description>
    </em:targetApplication>

This just says it is compatible with Conkeror, which will appease the
XULrunner extension manager.  The minVersion and maxVersion values
aren't too important. You should still leave
extensions.checkCompatibility set to false.

Let me know if this works.

-- 
Jeremy Maitin-Shepard
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to