FS#35284 - firefox-i18n-it 21.0 localisation doesn't work

Attached to Project: Arch Linux
Opened by Giangi (Rog) - Tuesday, 14 May 2013, 20:16 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 14 May 2013, 22:08 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture x86_64
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 4
Private No

Details

Description:
Firefox doesn't detect the langpack in about:addons.
Firefox starts in english...

* package version(s)
firefox 21.0-1
firefox-i18n-it 21.0-1
This task depends upon

Closed by  Evangelos Foutras (foutrelis)
Tuesday, 14 May 2013, 22:08 GMT
Reason for closing:  Fixed
Additional comments about closing:  firefox-i18n 21.0-2
Comment by Arch User (superlex) - Tuesday, 14 May 2013, 21:01 GMT
It seems extensions must go in /usr/lib/firefox/browser/extensions/ instead of /usr/lib/firefox/extensions/ .
Comment by Gustavo Alvarez (sl1pkn07) - Tuesday, 14 May 2013, 21:10 GMT
same as Spanish localization
Comment by Arch User (superlex) - Tuesday, 14 May 2013, 21:17 GMT
I can confirm, it works with

_package() {
pkgdesc="$2 language pack for Firefox"
install -Dm644 firefox-i18n-$pkgver-$1.xpi \
"$pkgdir/usr/lib/firefox/browser/extensions/langpack-$1@firefox.mozilla.org.xpi"
}

I don't know if it is a feature of firefox 21 or a bug.
Comment by Benjamin Robin (benjarobin) - Tuesday, 14 May 2013, 21:50 GMT
Same problem with firefox-i18n-fr
Doing "mv /usr/lib/firefox/extensions/langpack-*@firefox.mozilla.org.xpi /usr/lib/firefox/browser/extensions/" fix the problem

Loading...