|
XulrunnerApplication
Using sqlite-manager as an XULRunner application
SQLite Manager is available as an XULRunner application too. The file with XR in its name is the zip of the XULRunner application. Here are some tips on how to use SQLite Manager with XULRunner. Using xulrunner applicationsqlite-manager is also available as xulrunner application. The file called SQLiteManager_XR_version.zip is a simple zip package which can be installed and used as follows. on Ubuntu (i.e. Linux)Installationuse the following command: sudo xulrunner --install-app /path/to/zipfile installation is done in /usr/lib/mrinalkant/sqlite-manager Running the applicationRun in one of the following 2 ways:
As you can see there is an option to provide a commandline argument which specifies which sqlite db file the application should open when it starts. Associate .sqlite files with SQLite ManagerIt is very simple to associate .sqlite files with sqlite-manager using Nautilus. This will allow you to open .sqlite files with SQLite Manager by double-clicking them in Nautilus (file browser). The steps follow:
on Win XPinstall using the following command: xulrunner --install-app /path/to/zipfile installation is done in C:\Program Files\mrinalkant\sqlite-manager More details
|
Sign in to add a comment