top of page
  • Writer's pictureIGEL Community

How to: install a Firefox add-on/extension in IGEL OS

Written by Leon Beitsch , IGEL COMMUNITY MEMBER OF THE YEAR


Firefox is one of the most crucial Applications in our IGEL OS, as there was a request how to add Firefox add-ons I tested and checked in my home lab and came to the following solutions.


Just copy the following command in your IGEL profile under System -> Firmware Customization -> Custom Commands -> Desktop -> Final desktop command:

sed -i /services/fbrw/firefox/distribution/policies.json -e 's#BlockAboutAddons": true#BlockAboutAddons": false#'
sed -i /services/fbrw/firefox/distribution/policies.json -e "s#igel-element_closer.xpi\"#igel-element_closer.xpi\",\n\"https://addons.mozilla.org/firefox/downloads/latest/wikimedia-input-tools/latest.xpi\"#"

You can also import this IGEL profile and there you have the commands.


firefox-profiles_deploy_firefox_extension
.zip
Download ZIP • 879B


Read more here:



bottom of page