autonome / alwaysright

Browser extension that always opens new tabs immediately to the right of the active tab.
https://addons.mozilla.org/en-us/firefox/addon/always-right/
28 stars 5 forks source link

Signature issue #1

Closed szepeviktor closed 8 years ago

szepeviktor commented 8 years ago

Good afternoon!

I install your extension by coping it to core\browser\extensions.

// Activate extensions in core
user_pref("extensions.autoDisableScopes", 11); // 15 - 4 = ALL - SCOPE_APPLICATION
user_pref("extensions.enabledScopes", 5); // 15 - 8 - 2 = ALL - SCOPE_SYSTEM - SCOPE_USER

And there is this error in Developer Edition v45 ar

Could you advise?

szepeviktor commented 8 years ago

@autonome Maybe mentioning you helps. And as you can see on the image above, uBlock Origin can be installed this way.

BTW Your extension works by installing it from the xpi file.

szepeviktor commented 8 years ago

Setting xpinstall.signatures.required to false is a work-around.

autonome commented 8 years ago

Hello!

Yes, setting that pref is a workaround.

The proper way is to install from https://addons.mozilla.org/en-us/firefox/addon/always-right/

On Sun, Jan 17, 2016 at 12:35 AM Viktor Szépe notifications@github.com wrote:

Setting xpinstall.signatures.required to false is a work-around.

— Reply to this email directly or view it on GitHub https://github.com/autonome/Always-Right/issues/1#issuecomment-172222622 .

szepeviktor commented 8 years ago

I hope I get an answer https://support.mozilla.org/en-US/questions/1105073

szepeviktor commented 8 years ago

@autonome Actually I am using Firefox in a extract-run-delete way, so addons have to be preinstalled (I do not have time to install and set everything every day).

autonome commented 8 years ago

I don't know extract-run-delete... can you explain?

On Mon, Jan 18, 2016 at 8:57 AM Viktor Szépe notifications@github.com wrote:

@autonome https://github.com/autonome Actually I am using Firefox in a extract-run-delete way, so addons have to be preinstalled (I do not have time to install and set everything every day).

— Reply to this email directly or view it on GitHub https://github.com/autonome/Always-Right/issues/1#issuecomment-172402374 .

szepeviktor commented 8 years ago

It is very simple: I download setup.exe, extract core/* from it, run firefox.exe, and when closing Firefox I delete everything even the profile. Actually it runs from a ramdisk.

szepeviktor commented 8 years ago

We've got an answer!!

I checked the signedState in the extensions.json file and notice signedState: 1 This means SIGNEDSTATE_PRELIMINARY: 1 - Add-on is preliminarily reviewed That might be the cause that the extension only works when installed in the profile folder. Other extensions that work may have:SIGNEDSTATE_SIGNED: 2 - Add-on is fully reviewed

szepeviktor commented 8 years ago

@autonome Could you get Always Right fully reviewed? How could I help? https://support.mozilla.org/hu/questions/1105073

autonome commented 8 years ago

Sure, I'll submit it for review.

On Sun, Jan 31, 2016 at 11:38 AM Viktor Szépe notifications@github.com wrote:

@autonome https://github.com/autonome Could get Always Right fully reviewed? How could I help? https://support.mozilla.org/hu/questions/1105073

— Reply to this email directly or view it on GitHub https://github.com/autonome/Always-Right/issues/1#issuecomment-177595502 .

autonome commented 8 years ago

Done. It's fully reviewed now.

On Sun, Jan 31, 2016 at 4:31 PM Dietrich Ayala autonome@gmail.com wrote:

Sure, I'll submit it for review.

On Sun, Jan 31, 2016 at 11:38 AM Viktor Szépe notifications@github.com wrote:

@autonome https://github.com/autonome Could get Always Right fully reviewed? How could I help? https://support.mozilla.org/hu/questions/1105073

— Reply to this email directly or view it on GitHub https://github.com/autonome/Always-Right/issues/1#issuecomment-177595502 .

szepeviktor commented 8 years ago

Thank you very much.

szepeviktor commented 8 years ago

@autonome Could you upload it as a new release?

szepeviktor commented 8 years ago

Excuse me 1.5.0 was already released.