Skip to content

Instantly share code, notes, and snippets.

@clarkbw
Created October 25, 2010 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clarkbw/645540 to your computer and use it in GitHub Desktop.
Save clarkbw/645540 to your computer and use it in GitHub Desktop.
run chromeless using your installed Firefox instead of XULRunner
diff --git a/run b/run
index 9ff275b..308dd0b 100755
--- a/run
+++ b/run
@@ -44,4 +44,4 @@ print "You can also try other scripts such as ./run ui/thumbnails/index.html"
# now let's run the cfx thingy and specify the app-kit main module
# as our starting point
-os.system("impl/bin/cfx -a xulrunner -t ./template/app-extension --static-args {\\\"browser\\\":\\\""+ browserToLaunch+"\\\"} -p \"impl/packages/chromeless\" run")
+os.system("impl/bin/cfx -a xulrunner -t ./template/app-extension --static-args {\\\"browser\\\":\\\""+ browserToLaunch+"\\\"} -p \"impl/packages/chromeless\" --binary /Applications/Firefox.app run")
@clarkbw
Copy link
Author

clarkbw commented Oct 25, 2010

This is for the chromeless project

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment