Mark Eichin wrote:
On Wed, Jan 28, 2009 at 4:09 PM, Jeremy Maitin-Shepard
<[email protected]> wrote:
"Nicholas A. Zigarovich" <[email protected]> writes:
I haven't heard anyone mention it.
All I can say is that the Firefox extension fails to load in Conkeror.
I would have to imagine that it should be fairly easy to get it working
in Conkeror, though, as it seems to have a purpose that is mostly
unrelated to the Firefox UI.
I did find one hit that described getting gears to work with xulrunner
apps, but it was windows specific and had a bunch of registry setting
adjustments and things like that, which also makes it seem possible
(but I don't really know the internals yet.
I checked out the page you mentioned and all they really do is modify
the extension's install.rdf to list webrunner as a supported
application. I had thought this wasn't necessary when xulrunner's
extension compatibility checking was disabled, but after listing
Conkeror in Gears' install.rdf, the extension loaded without error.
I'd appreciate it if you (or anyone) could give it a test run. (It
loads, but that doesn't necessarily mean it works.) Here is a version of
the extension which should load in Conkeror:
http://servo.cc/gears-linux-opt-conkeror.xpi
To modify the extension yourself:
1. Download the extension.
2. Make a scratch directory and extract the xpi there. (It is a zip file.)
3 Add an entry for Conkeror to install.rdf. (See the patch attached to
this message.)
4. Zip the contents of the scratch directory and name the file
gears-linux-opt-conkeror.xpi.
Hope this helps,
- Nick
--- install.rdf 2009-01-29 10:32:17.000000000 -0500
+++ install.rdf.new 2009-01-29 10:32:23.000000000 -0500
@@ -72,6 +72,14 @@
</Description>
</em:targetApplication>
+ <em:targetApplication>
+ <Description>
+ <em:id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</em:id>
+ <em:minVersion>0.1</em:minVersion>
+ <em:maxVersion>9.9</em:maxVersion>
+ </Description>
+ </em:targetApplication>
+
<!-- Prevent this XPI from being installed on the wrong platform. -->
<em:targetPlatform>Linux_x86-gcc3</em:targetPlatform>
<!-- Ubuntu Edgy Eft requires "linux-gnu" for the OS_TARGET prefix. -->
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror