Looking at the code, I just saw there was support for a "--portable" option as per 0123hallo's example.
I have no idea what this does, if it's implemented or how it works I just saw it was there. I might experiment at some point to see if it does anything. I know that Raoul wanted to ensure that whatever we did was compatible with PortableApps and I don't know how far it got.
Comments
Not in v1.2, but it will be possible in v2 via a --portable command line option.
Hey Gushie, could you explain what you mean a in a little more detail?
You can start OpenLP v2 in debug mode by entering this in your command line:
(on windows:)
"C:\Program Files\OpenLP\OpenLP.exe" -l debug
(on linux:)
openlp -l debug
And gushie is saying that v2 will support a portable modus, which can be started in the same way as you start the debug mode.
Cheers
Looking at the code, I just saw there was support for a "--portable" option as per 0123hallo's example.
I have no idea what this does, if it's implemented or how it works I just saw it was there. I might experiment at some point to see if it does anything. I know that Raoul wanted to ensure that whatever we did was compatible with PortableApps and I don't know how far it got.
The --portable option does not work, or if it does, it doesn't work properly and doesn't conform to the PortableApps format.