SlideShare a Scribd company logo
1 of 1
The base application's source code is available from the portable app's
homepage listed in the help.html file (if applicable).
Details of most other things are available there as well.
LICENSE
=======
This package's installer and launcher are released under the GPL. The launcher
is the PortableApps.com Launcher, available with full source and documentation
from http://portableapps.com/development. We request that developers using the
PortableApps.com Launcher please leave this directory intact and unchanged.
USER CONFIGURATION
==================
Some configuration in the PortableApps.com Launcher can be overridden by the
user in an INI file next to GIMPPortable.exe called GIMPPortable.ini.
If you are happy with the default options, it is not necessary, though. There
is an example INI included with this package to get you started. To use it,
copy AppNamePortable.ini from this directory to GIMPPortable.ini next to
GIMPPortable.exe. The options in the INI file are as follows:
AdditionalParameters=
DisableSplashScreen=false
RunLocally=false
(There is no need for an INI header in this file; if you have one, though, it
won't damage anything.)
The AdditionalParameters entry allows you to pass additional command-line
parameters to the application.
The DisableSplashScreen entry allows you to run the launcher without the splash
screen showing up. The default is false.
The RunLocally entry allows you to run the portable application from a read-
only medium. This is known as Live mode. It copies what it needs to to a
temporary directory on the host computer, runs the application, and then
deletes it afterwards, leaving nothing behind. This can be useful for running
the application from a CD or if you work on a computer that may have spyware or
viruses and you'd like to keep your device set to read-only. As a consequence
of this technique, any changes you make during the Live mode session aren't
saved back to your device. The default is false.
There may be other values also permitted in the user configuration file by the
portable application; refer to help.html for any details of them.

More Related Content

What's hot (8)

Java Applets
Java AppletsJava Applets
Java Applets
 
6.applet programming in java
6.applet programming in java6.applet programming in java
6.applet programming in java
 
NoGUI maXbox Starter70
NoGUI maXbox Starter70NoGUI maXbox Starter70
NoGUI maXbox Starter70
 
Java applet-basics
Java applet-basicsJava applet-basics
Java applet-basics
 
Java applet-basics
Java applet-basicsJava applet-basics
Java applet-basics
 
Java Applets
Java AppletsJava Applets
Java Applets
 
Java applets
Java appletsJava applets
Java applets
 
Selenium IDE
Selenium IDESelenium IDE
Selenium IDE
 

Similar to Readme

Similar to Readme (20)

Read Me
Read MeRead Me
Read Me
 
Read Me
Read MeRead Me
Read Me
 
Read Me
Read MeRead Me
Read Me
 
Read Me
Read MeRead Me
Read Me
 
Types Of Software
Types Of SoftwareTypes Of Software
Types Of Software
 
Flatpak
FlatpakFlatpak
Flatpak
 
Smart notebook 2014 software guidlines
Smart notebook 2014 software guidlinesSmart notebook 2014 software guidlines
Smart notebook 2014 software guidlines
 
Twelve factor apps
Twelve factor appsTwelve factor apps
Twelve factor apps
 
Php
PhpPhp
Php
 
linkerloader ss-2.pptx
linkerloader ss-2.pptxlinkerloader ss-2.pptx
linkerloader ss-2.pptx
 
Install laravel on openshift
Install laravel on openshiftInstall laravel on openshift
Install laravel on openshift
 
Plugins And Making Your Own
Plugins And Making Your OwnPlugins And Making Your Own
Plugins And Making Your Own
 
Migrating JavaME Apps to Android
Migrating JavaME Apps to AndroidMigrating JavaME Apps to Android
Migrating JavaME Apps to Android
 
Software - Introduction
Software - IntroductionSoftware - Introduction
Software - Introduction
 
GIS.XL_manual
GIS.XL_manualGIS.XL_manual
GIS.XL_manual
 
Software tpyes
Software tpyesSoftware tpyes
Software tpyes
 
グローバルサイン証明書This software
グローバルサイン証明書This softwareグローバルサイン証明書This software
グローバルサイン証明書This software
 
Global Sign
Global SignGlobal Sign
Global Sign
 
Reverse engineering – debugging fundamentals
Reverse engineering – debugging fundamentalsReverse engineering – debugging fundamentals
Reverse engineering – debugging fundamentals
 
Fundamental elements of the computer software
Fundamental elements of the computer  softwareFundamental elements of the computer  software
Fundamental elements of the computer software
 

Readme

  • 1. The base application's source code is available from the portable app's homepage listed in the help.html file (if applicable). Details of most other things are available there as well. LICENSE ======= This package's installer and launcher are released under the GPL. The launcher is the PortableApps.com Launcher, available with full source and documentation from http://portableapps.com/development. We request that developers using the PortableApps.com Launcher please leave this directory intact and unchanged. USER CONFIGURATION ================== Some configuration in the PortableApps.com Launcher can be overridden by the user in an INI file next to GIMPPortable.exe called GIMPPortable.ini. If you are happy with the default options, it is not necessary, though. There is an example INI included with this package to get you started. To use it, copy AppNamePortable.ini from this directory to GIMPPortable.ini next to GIMPPortable.exe. The options in the INI file are as follows: AdditionalParameters= DisableSplashScreen=false RunLocally=false (There is no need for an INI header in this file; if you have one, though, it won't damage anything.) The AdditionalParameters entry allows you to pass additional command-line parameters to the application. The DisableSplashScreen entry allows you to run the launcher without the splash screen showing up. The default is false. The RunLocally entry allows you to run the portable application from a read- only medium. This is known as Live mode. It copies what it needs to to a temporary directory on the host computer, runs the application, and then deletes it afterwards, leaving nothing behind. This can be useful for running the application from a CD or if you work on a computer that may have spyware or viruses and you'd like to keep your device set to read-only. As a consequence of this technique, any changes you make during the Live mode session aren't saved back to your device. The default is false. There may be other values also permitted in the user configuration file by the portable application; refer to help.html for any details of them.