You are here

Pidgin: Link Portable applications together ?

4 posts / 0 new
Last post
m-p-3
m-p-3's picture
Offline
Last seen: 3 months 3 weeks ago
Joined: 2006-06-17 21:25
Pidgin: Link Portable applications together ?

Hello everybody.

I don't know if this could be doable, but would there be any way of managing shortcuts such a hyperlinks received through Pidgin (for example) to be opened with Mozilla Firefox Portable instead of the default web browser (if it is installed, that is), without doing it the manual way ?

Thanks in advance for the replies.

m-p{3}

Simeon
Simeon's picture
Offline
Last seen: 9 years 5 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
maybe

Maybe its possible, maybe not.
Pidgins Launcher would have to handle that if Pidgin allows it...

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

ViperGeek
ViperGeek's picture
Offline
Last seen: 1 month 4 days ago
Joined: 2007-04-20 16:42
URLs from Pidgin Portable

URLs from Pidgin Portable open Firefox Portable on my PC. The two ways to do this are:

  1. Have Firefox Portable already open
  2. Edit the HKEY_CLASSES_ROOT\HTTP and HTTPS shell\open\command default string to be something like: U:\FirefoxPortable\FirefoxPortable.exe -url "%1" -requestPending

Option 2 may require other registry edits, and sort-of breaks the whole "portable paradigm", but again, it works pretty well for me.

- Dave

BDKMPSS
Offline
Last seen: 15 years 1 week ago
Joined: 2007-08-06 16:52
1. only works if you have a

1. only works if you have a local Firefox version on your PC and have set this local version as the default browser, not if you haven't installed it at all.
Why it works is quite simple:
The local version is called with the link-argument, but "sees" that another instance of "firefox.exe" is running, so it passes the link to the running firefox and exits.

<German>
"Sozialismus ist der Versuch die Gesellschaft mit
verordneter und erzwungener Freiheit zu unterdrücken."
(2007-07-24)
</German>

Log in or register to post comments