Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Install extension locally via policies.json

  • 3 Antworten
  • 1 hat dieses Problem
  • 415 Aufrufe
  • Letzte Antwort von Mike Kaply

more options

Greetings

I'm trying to deploy firefox in spanish using policies.json and this is the code im using:

{

 "policies": {
   "Extensions": {
     "Install": ["/usr/lib64/firefox/distribution/extensions/langpack-es-MX@firefox.mozilla.org.xpi"],
     "Uninstall": [],
     "Locked":  []
   }
 }

}

Whenever i launch firefox, the langpack is not installed, the "about:policies" page display the following error:

Download failed - ERROR_NETWORK_FAILURE - file:///usr/lib64/firefox/distribution/extensions/langpack-es-MX@firefox.mozilla.org.xpi

We always put the folder of the language pack in /firefox/browser/extensions/ but after upgrading to firefox 76 is not working, i can install manually the langpack but that's not an option. Is there is something wrong with my code?

Sorry for my broken english.

Greetings I'm trying to deploy firefox in spanish using policies.json and this is the code im using: { "policies": { "Extensions": { "Install": ["/usr/lib64/firefox/distribution/extensions/langpack-es-MX@firefox.mozilla.org.xpi"], "Uninstall": [], "Locked": [] } } } Whenever i launch firefox, the langpack is not installed, the "about:policies" page display the following error: Download failed - ERROR_NETWORK_FAILURE - file:///usr/lib64/firefox/distribution/extensions/langpack-es-MX@firefox.mozilla.org.xpi We always put the folder of the language pack in /firefox/browser/extensions/ but after upgrading to firefox 76 is not working, i can install manually the langpack but that's not an option. Is there is something wrong with my code? Sorry for my broken english.

Ausgewählte Lösung

Thank you

I tried to load the extension in the web browser and you were right there is an filesystem error.

I changed the location of the extension and the about: policies doesn't show any errors. After I restarted the browser the UI was in Spanish.

Although I would like the end user didn't have to restart the browser every time, maybe if I play with some of the extensionsettings in the policies.json files.

Diese Antwort im Kontext lesen 👍 0

Alle Antworten (3)

more options

It sounds like we can't access the file for some reason. What happens if you put

file:///usr/lib64/firefox/distribution/extensions/langpack-es-MX@firefox.mozilla.org.xpi

in the URL bar?

does it load the XPI?

more options

Ausgewählte Lösung

Thank you

I tried to load the extension in the web browser and you were right there is an filesystem error.

I changed the location of the extension and the about: policies doesn't show any errors. After I restarted the browser the UI was in Spanish.

Although I would like the end user didn't have to restart the browser every time, maybe if I play with some of the extensionsettings in the policies.json files.

more options

Take a look at the RequestedLocales policy.