Gecko-Profiler-Addon
Gecko-Profiler-Addon copied to clipboard
Add-on installation hangs at verification.
Trying to install gecko profiler to current Nightly with STR:
- Downloaded https://github.com/bgirard/Gecko-Profiler-Addon/blob/master/src/geckoprofiler.xpi
- From the local computer Downloads folder, dragged the downloaded xpi file on top of the browser window.
That gives me a downloading and verifying screen:
But that screen never finished even after I leave it there for 10 minutes, and the add-on doesn't install. (Btw, do you prefer bug reports here or bugzilla?)
I think this may be happening since the add-on is not signed. You can turn on the extensions.logging.enabled pref and look at the browser console for the log messages from the extension manager. I'm trying to get the add-on signed, but in the mean time you can also disable add-on signing (don't have the pref name for that handy, sorry.)
"You may need to set the xpinstall.signatures.required
pref to false
in order to install it, since the XPI is not yet signed." src: https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Profiling_with_the_Built-in_Profiler
EDIT: looks like this was already false for me (firefox 40.0.3 dev edition) and it worked without hangs.
I used to get a signature failure error and set that pref, however now it just hangs there without any error. On Sep 5, 2015 11:07 PM, "Emanuel Czirai" [email protected] wrote:
"You may need to set the xpinstall.signatures.required pref to false in order to install it, since the XPI is not yet signed." src: https://developer.mozilla.org/en-US/docs/Mozilla/Performance/Profiling_with_the_Built-in_Profiler
— Reply to this email directly or view it on GitHub https://github.com/bgirard/Gecko-Profiler-Addon/issues/98#issuecomment-137990197 .