In effetti era modificato e avrebbe dovuto installarsi senza problemi...
Visto che mi hai riferito che hai modificato qualcosa....
e che quindi dovevo modificare qualche parametro mi sono messo a cercare cosa c'e' da cambiare...
e ho trovato cosa dovevo modificare
Grazie davvero, senza il tuo aiuto non avrei capito bene come risolverlo!
Mi sei stato di grande aiuto!
====================================================================
Dalla pagina:
https://addons.mozilla.org/en-us/thunderbird/addon/british-english-dictionary/reviews/?page=6Ho trovato quanto segue:
UPGRADE SOLUTION
Step-by-step procedure:
Download the xpi file and extract it (with winzip/7zip/powerarchiver/winrar etc).
Go in the extracted folder and edit (with plain-text editor - such as notepad) the file install.rdf
For Firefox compatibility, go to line 12 (em:maxVersion) and change the value to
3.0.*
For Thunderbird compatibility, go to line 19 (em:maxVersion) and change the value to
3.0.*
I suggest you change both.
Save the file and compress the folder in a zip file (i.e. british_english_dictionary.zip). Rename the zip file to an xpi file (i.e. british_english_dictionary.xpi).
Install the new XPI addon into Firefox and/or Thunderbird!
============================================
============================================
Purtroppo modificandolo cosi, non bastava... l'ho dovuto modificare alla 6.0.*, facendo cosi e' andata a buon fine
Tu avevi solo modificato 1 valore a 10.0.*
Io invece ho modificato i 3 valori cosi: <em:maxVersion>6.0.*</em:maxVersion>
Inserisco qui sotto la modifica del file "install.rdf"<?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>it-IT@dictionaries.addons.mozilla.org</em:id>
<em:version>3.3.1</em:version>
<em:creator>Francesco Lodolo</em:creator>
<em:homepageURL>
http://www.mozillaitalia.org</em:homepageURL>
<em:unpack>true</em:unpack>
<em:targetApplication>
<!-- Firefox -->
<Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>2.0</em:minVersion>
<em:maxVersion>6.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!--Thunderbird -->
<Description>
<em:id>{3550f703-e582-4d05-9a08-453d09bdfdc6}</em:id>
<em:minVersion>2.0a1</em:minVersion>
<em:maxVersion>6.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:targetApplication>
<!--SeaMonkey -->
<Description>
<em:id>{92650c4d-4b8e-4d2a-b7eb-24ecf4f6b63a}</em:id>
<em:minVersion>1.1a</em:minVersion>
<em:maxVersion>6.0.*</em:maxVersion>
</Description>
</em:targetApplication>
<em:name>Dizionario italiano</em:name>
<em:description>Dizionario italiano basato sulla versione 3.3.1 (24/03/2011) del dizionario realizzato dal progetto Linguistico</em:description>
</Description>
</RDF>