From 2b7b4ea36ae6cb51476c7a6994965be1c1307b88 Mon Sep 17 00:00:00 2001 From: girst Date: Fri, 11 Nov 2022 14:56:23 +0100 Subject: [PATCH] fix installation on localized/l10n versions of firefox resource://gre/modules/addons/XPIInstall.jsm tries to get the Addon's name in loadManifest(). On localized versions supported by VimFx, this is read from install.rdf's section. We assumed that when this block does not include an element, that it would use the one from the non-localized section. That does not seem to have been true, ever. Even l10n-Firefox 52 balks here (using 0.21.0 and 0.22.2), as well as i10n-Firefox 68. fixes: https://github.com/akhodakivskiy/VimFx/issues/982 --- extension/install.rdf.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/extension/install.rdf.tmpl b/extension/install.rdf.tmpl index 38d687d..5ea67c7 100644 --- a/extension/install.rdf.tmpl +++ b/extension/install.rdf.tmpl @@ -42,6 +42,7 @@ {{#descriptions}} + VimFx {{locale}} {{description}} -- 2.39.3