You are here

Portable App Development

Discuss portable app development and modification of existing apps.

Problem Launching a portable app.

Submitted by xftnfnb7 on March 15, 2006 - 8:01pm

I'm having a problem getting my application to load. This is most likely my lack of understanding of how the "chrome://" works. I have set up a simple XUL file to act as my application. It is the find file example from the XUL tutorial. Below is the directory structure I'm using:

F:\PortableApps\XULApps
\XULRunner
\CARS (My App)
Start.BAT (used for starting the application)
Application.ini
\Chrome
chrome.manifest (which is empty)
\CARS
Appstart.xul (the application)
\defaults
\preferences
prefs.js (which has the following line (pref("toolkit.defaultChromeURI", "chrome://chrome/cars/AppStart.xul");)

Would anyone be interested...

Submitted by Bruce Pascoe on March 14, 2006 - 7:13pm

I know we already have Portable Firefox, so my idea may seem stupid, but hear me out. One of the features I saw requested for PFF was native support for multiple profiles. So, I'm thinking of answering that request by writing a brand-new launcher that allows the user to select a profile on startup. As many profiles as necessarily can be created, and they'd be stored as subdirectories of the PFF profiles directory (or whatever my equivalent was).

I'll probably make this one way or the other, but I'd like to know if anyone would be interested in it. It would be completely open-source, just like John's launcher.

Pages