Hi Ville-Pekka Vainio,<br>   It does indeed. A thousand thanks...<br><br>I've managed to compile the build from an subversion source on both Fedora and Ubuntu now, and looking at the files, there are way more in the build than there are in an unzipped gears.xpi. But I'm sure I've got enough to work on now. The XO browser (called browse) is actually very closely related to Firefox 3 (and uses XULRunner 1.9) so using its id as u mention should work...<br>
<br>Thanks,<br>David Van Assche<br><br><div class="gmail_quote">On Sun, Jul 6, 2008 at 6:21 PM, Ville-Pekka Vainio <<a href="mailto:vpivaini@cs.helsinki.fi">vpivaini@cs.helsinki.fi</a>> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">David Van Assche wrote:<br>
> It<br>
> was suggested to me that I should post here to see if someone doesn't have<br>
> some suggestions on building an rpm for mozilla (xulrunner 1.9) based<br>
> extensions...<br>
>    I am aware that gears is normally packaed as a .xpi, but that wont work<br>
> for the XO laptops... it must be a rpm that I can install system wide from<br>
> the command line.<br>
<br>
</div>Hi,<br>
<br>
I don't know that much about Xulrunner and even less about the OLPC software<br>
stack, but I have packaged one xulrunner-based Firefox extension, which is<br>
currently under review. The spec file is at<br>
<<a href="http://vpv.fedorapeople.org/packages/mozvoikko/mozvoikko.spec" target="_blank">http://vpv.fedorapeople.org/packages/mozvoikko/mozvoikko.spec</a>>.<br>
<br>
>From the website I understood that Google Gears is a Firefox extension on the<br>
client side. Does the OLPC actually use Firefox or some other Mozilla based<br>
browser?<br>
<br>
The .xpi file is basically "just" a renamed zip file, so you need to extract<br>
it and then install the files to the "correct" location, which depends on the<br>
browser used. In the case of the mozvoikko extension I<br>
use %{_libdir}/mozilla/extensions/%{firefox_app_id}/%{firefox_ext_id},<br>
where %{firefox_app_id} is ec8030f7-c20a-464f-9b0e-13a3a9e97384 (Firefox's<br>
ID) and %{firefox_ext_id} is the ID of the extension (ok, the naming is a bit<br>
misleading here ;). I hope this helps, at least a little.<br>
<br>
<br>
--<br>
<font color="#888888">Ville-Pekka Vainio<br>
</font><div><div></div><div class="Wj3C7c"><br>
--<br>
fedora-devel-list mailing list<br>
<a href="mailto:fedora-devel-list@redhat.com">fedora-devel-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/fedora-devel-list" target="_blank">https://www.redhat.com/mailman/listinfo/fedora-devel-list</a><br>
</div></div></blockquote></div><br>