1 (edited by throgh 2018-11-15 22:22:06)

Topic: Correction for iceape-uxp-l10n

Hey community,

when trying to install the german language pack from the repository I've got the error message about incompatible addon within iceape-uxp. The reason? The included file install.rdf within the XPI-package has the wrong version. The correction:

<?xml version="1.0"?>
<!--

-->

<RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:em="http://www.mozilla.org/2004/em-rdf#">
  <Description about="urn:mozilla:install-manifest"
               em:id="langpack-de@iceape-uxp.hyperbola.info"
               em:name="Deutsch (DE) Language Pack"
               em:version="52.9.20181107"
               em:type="8"
               em:creator="Robert Kaiser">
    <em:contributor>Abdulkadir Topal</em:contributor> <em:contributor>Alexander Ihrig</em:contributor> <em:contributor>Michael Opitz</em:contributor>

    <em:targetApplication>
      <Description>
        <em:id>{9184b6fe-4a5c-484d-8b4b-efbfccbfb514}</em:id>
        <em:minVersion>52.9.4</em:minVersion>
        <em:maxVersion>52.9.*</em:maxVersion>
      </Description>
    </em:targetApplication>
  </Description>
</RDF>

Of course you need to add the modified file afterwards within the XPI-package. Just noting, perhaps this could be corrected within the official repositories?

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!

2

Re: Correction for iceape-uxp-l10n

Thanks for the report. While Iceape-UXP isn't officially stable yet, it's good to know some users are testing it. It'll be fixed in the next release. Commit.

3

Re: Correction for iceape-uxp-l10n

Thanks! :-)

Human being in favor with clear principles and so also for freedom in soft- and hardware!

Certainly anyone who has the power to make you believe absurdities has the power to make you commit injustices: For a life of every being full with peace and kindness, including diversity and freedom. Capitalism is destroying our minds, the planet itself and the universe in the end!