How to correctly (re)pack omni.ja in Firefox? -


i try edit files in <firefox_dir>/browser/omni.ja. unpacked archive, did changes , used

zip -qr9xd omni.ja * 

command repack archive suggested in about omni.ja. seems recommended command doesn't work since firefox refuses start:

$ ./firefox --no-remote -p altprofile 1439747229638   addons.xpi  warn    exception running bootstrap method startup on adbhelper@mozilla.org 1439747229824   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 1439747229825   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 1439747229825   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 1439747229825   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 1439747229826   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 1439747229826   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 1439747229826   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 1439747229826   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 1439747229909   addons.repository   warn    cacheenabled: couldn't pref: extensions.getaddons.cache.enabled 

how pack omni.ja correctly?

firefox version: 43.0a1 (2015-08-16)

put zip.exe in same folder omni.ja extracted use command pack except zip.exe

zip -qr9xd omni.ja * -x "zip.exe" 

Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

dns - How To Use Custom Nameserver On Free Cloudflare? -

Python Error - TypeError: input expected at most 1 arguments, got 3 -