Get the new PortableApps.com Platform 10.0: Gorgeous themes, a full portable app store and advanced functionality
Announcing the World's Best Flash Drive: The PortableApps.com Companion | Did you see a malware warning on Friday?

some suggestions for new pidgin portable

jps - August 13, 2007 - 2:00pm

I start my own build of pidgin with a batch file.
set PIDGIN_MULTI_INST=2
start ./Pidgin/pidgin.exe -c Data /nosplash /minimized

Frist feature is to write PIDGIN_MULTI_INST to windows variables. This could be done to start the launcher with an option -PIDGIN_MULTI_INST=2.

Second feature to be able to add /nosplash and /minimized to the launcher so no splash screen will pop up and pidgin will be started into tray and not fullscreen.


( categories: )

INI File

Just grab the INI file and adjust it. An example is in PidginPortable\Other\PidginPortableSource. Copy it to your PidginPortable directory and change it so it reads:

[PidginPortable]
AdditionalParameters=/minimized
WaitForPidgin=false
DisableSplashScreen=true

Sometimes, the impossible can become possible, if you're awesome!