faqgerma.blogg.se

Firefox mac os x lion
Firefox mac os x lion









firefox mac os x lion

You can do that by editing sqlite-manager.app/Contents/ist and setting CFBundleExecutable to sqlite-manager like this: CFBundleExecutable Now you have to tell OS X to run sqlite-manager instead of xulrunner.

firefox mac os x lion

"$APP_PATH/Contents/MacOS/xulrunner" -app "$APP_PATH/Contents/Resources/application.ini" #!/usr/bin/env bashĪPP_PATH="/Applications/sqlite-manager.app" You can then create a wrapper script that runs the xulrunner within the generated app with the application.ini file as described here.įor example, put the following into sqlite-manager.app/Contents/MacOS/sqlite-manager and make it executable. Use the xulrunner -install-app command to create the application and then copy all contents of XUL.framework/Versions/Current into the generated application at /Applications/sqlite-manager.app/Contents/MacOS. Here's how you can make a self-contained application you can run from the Dock. (And, despite the stackoverflow page above noting that -install-app may not really be supported, it is in the XULRunner help listing - which I guess doesn't necessarily mean it'll work ) /Library/Frameworks/XUL.framework/xulrunner-bin -install-app Downloads/sqlitemanager-xr-0/ /Applicationsįollowing a suggestion below, I checked for an exit code. No application appears under Applications. When I run the following command in Terminal, with or without sudo, it just immediately returns to the command prompt. Here are the contents of the application.ini file: (c) 2008 - 2011 lazierthanthou I am able to run the app from Firefox using this command (after changing the max version in sqlitemanager-xr-0/application.ini to 11.0 from 11.0a1): /Applications/Firefox.app/Contents/MacOS/firefox -app ~/Downloads/sqlitemanager-xr-0/application.ini

firefox mac os x lion

I am able to get the help listing with this command: /Library/Frameworks/XUL.framework/xulrunner-bin -h

#Firefox mac os x lion how to

Stackoverflow: How to Install and run a XulRunner Application on Mac OS X? I have read and tried the suggestions here (though they're for version 6.0): Kiveo - Mac SQLite Manager Standalone App I have installed XULRunner 11.0 (xr) from here:ĭownloads - sqlite-manager - Extension for Firefox and other apps to manage any sqlite database - Google Project Hosting











Firefox mac os x lion