Dictionary AddOn disabled when upgrading to 65.0
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox65 | --- | wontfix |
People
(Reporter: greenbay.graham, Unassigned)
References
()
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:65.0) Gecko/20100101 Firefox/65.0
Steps to reproduce:
Upgraded on Windows and Ubuntu to 65.0
Actual results:
This previoulsly installed add-on is marked "disabled" and can't use it for spell-checking
https://addons.mozilla.org/en-US/firefox/addon/takikupu/
Expected results:
Tried removing and re-adding but then get "Download failed. Please check your connection." from download page.
Expected to be able to re-add.
Comment 1•6 years ago
|
||
regression-window |
:aswan can you confirm that this is Invalid and the add-on needs to be updated?
STR
- https://addons.mozilla.org/firefox/addon/takikupu/
- Right-click the "Add to Firefox" button and choose "Save Link As…" then save the file somewhere like the desktop.
- Open about:addons, then click Extensions on the left.
- Drag and drop the earlier file onto the Firefox window.
ER
[about:addons]
This site would like to install an add-on in Nightly:
takikupu
<Add> <Cancel>
AR
[about:addons]
This add-on could not be installed because it appears to be corrupt.
<OK!>
Comment 2•6 years ago
|
||
Yes, that dictionary uses the obsolete install.rdf format.
We don't appear to have documentation on the manifest.json format anywhere, I've added dev-doc-needed to bug 1410214 to get the docs updated.
Reporter | ||
Comment 3•6 years ago
|
||
So I just need to replace the install.rdf with a manifest.json file of this format (I found this in the Spanish dict add on). Right?
{
"dictionaries": {
"es-VE": "dictionaries/es_VE.dic"
},
"version": "1.1.18.2webext",
"browser_specific_settings": {
"gecko": {
"id": "es-ve@dictionaries.addons.mozilla.org"
}
},
"name": "Spanish (Venezuela) spell check dictionary",
"manifest_version": 2
}
Comment 4•6 years ago
|
||
From a quick glance, that looks about right. Replacing the id, language code, etc. as appropriate of course.
Description
•