You are here

some suggestions for new pidgin portable

2 posts / 0 new
Last post
jps
Offline
Last seen: 15 years 1 month ago
Joined: 2007-06-09 13:23
some suggestions for new pidgin portable

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.

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 45 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
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!

Log in or register to post comments