Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag'n'drop user.js onto Firefox 3 AOM fails #1381

Closed
arantius opened this issue Jul 23, 2011 · 3 comments
Closed

Drag'n'drop user.js onto Firefox 3 AOM fails #1381

arantius opened this issue Jul 23, 2011 · 3 comments

Comments

@arantius
Copy link
Collaborator

From #1142:

Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.12) Gecko/20101026 Firefox/3.6.12

With the old addons manager, maybe it's just the build I'm using. Dropping a script on the userscripts tab of the addons manager, clicking the install button does not dismiss the dialog, clicking it twice removes the script, and sometimes even though the script sometimes gets into the addons list, it will not stay there after restart.

Cu.import("resource://greasemonkey/GM_notification.js", tools);
@qufighter
Copy link
Contributor

This issue was also caused by an insufficient build script that I was using for testing. I was not copying the modules folder into the extension.

cp -r \ chrome.manifest components content modules defaults install.rdf license.txt locale \ build/

The difference in my build script is zip program:

echo "Creating $GMXPI ..." zip -qr9DX "../$GMXPI" * "c:\Program Files\WinRAR\WinRAR.exe" a -afzip -r ../../$GMXPI *

I'll have to find some way to keep my build script up to date. I should probably just create an alias for the zip command. Sorry for wasting any time!

This issue should be closed!

@arantius
Copy link
Collaborator Author

In the rare-ish instances that I have to build on windows, I use cygwin, whose installer can easily provide a compatible "zip" binary.

@arantius
Copy link
Collaborator Author

Oh: and for testing, it's best to reference a particular nightly build. These sorts of things don't happen that way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants