You are here

Not sure if this is correct topic Portableapps to default to Portableapps?

9 posts / 0 new
Last post
vf2nsr
vf2nsr's picture
Offline
Last seen: 8 years 6 months ago
Developer
Joined: 2010-02-13 17:10
Not sure if this is correct topic Portableapps to default to Portableapps?

Is there a way to make portable apps like Pidign or other apps that have clickable support links default to the portable browser like Firefox?

Case in point was I went to launch Skype from Portable apps, forgot password clicked forgot password and it opened the computers default browser not the PA browser.

Same when I clicked on the Pidgin help defaulted to the computers browser.

Zach Thibeau
Zach Thibeau's picture
Offline
Last seen: 2 years 6 months ago
Developer
Joined: 2006-05-26 12:08
thats normal behaviour, when

thats normal behaviour, when a program is coded to open a site etc it uses winapi or the equivalent (based on the toolkit the program is developed under) and it will call the host pc's default browser.

your friendly neighbourhood moderator Zach Thibeau

vf2nsr
vf2nsr's picture
Offline
Last seen: 8 years 6 months ago
Developer
Joined: 2010-02-13 17:10
???

so there is no way to change it? As I imagine it leaves behind tracks on the host computer which IMHO sort of was one of the cool aspects of Portableapps not affecting the host computer?

“Be who you are and say what you feel because those who mind don't matter and those who matter don't mind.” Dr. Seuss

consul
consul's picture
Offline
Last seen: 3 months 4 days ago
Joined: 2007-05-02 13:47
conceptual nuance,

I am not positive on it, and the others can correct me if I am wrong, but if the program was able to change the default, then it _would_ be affecting the host computer more than desired.
The tracks it leaves are minimal and don't affect the host, which is also the goal, it's not supposed to be stealth. Stealth is a benefit but not a requirement.

Don't be an uberPr∅. They are stinky.

NathanJ79
NathanJ79's picture
Offline
Last seen: 5 years 2 months ago
Joined: 2007-07-31 15:07
...

consulI am not positive on it, and the others can correct me if I am wrong, but if the program was able to change the default, then it _would_ be affecting the host computer more than desired.

Well, if it were to alter the default settings, yes, that would be an issue, but work is being done on portable software that changes the affiliations of extensions and calls to integrate portable applications with the host computer. When the program quits or is forced closed, the changes will be restored, rolled back.

The greater problem is the lack, by lack of design, of interoperability between portable apps. If portable applications contacted the menu and the menu pointed them toward the correct portable helper app, that would be ideal. But that wouldn't affect files loaded in Windows Explorer. The real ideal solution would be a portable shell with its own file manager, but that hasn't been done yet, and none of the free, open source, or even paid shell replacements have a very big fan following. So cloning the Windows shell would be ideal, but problematic legally.

computerfreaker
computerfreaker's picture
Offline
Last seen: 13 years 8 months ago
Developer
Joined: 2009-08-11 11:24
Time for me to share my secret project

I've been working on this for the past few months; it's very, very far from complete (pre-alpha), and it'll probably take several more months to even make it to alpha, but it's likely to be exactly what people have been looking for for a long time now.

Here's some screenshots of my portable shell, FileMaster, as well as a feature list.

Features:

  • Replaces Windows Explorer without killing it - even if FileMaster crashes, Explorer's still there
  • Doesn't touch the host (except for custom fonts, which are removed on exit)
  • Custom file associations
  • Custom fonts
  • Custom autoruns and autoexits (apps that run on FileMaster's exit)
  • Custom Start menu items (including full support for the Windows key, relative paths, and drag-'n'-drop)
  • Custom desktop (including icons & wallpaper)
  • Drag-and-drop support for Taskbar items
  • Custom clocks (think FoxClocks on your desktop)
  • Themable
  • License: GPLv2

Screenshots:
The FileMaster desktop, complete with icons and a custom background color: http://i41.tinypic.com/13zq1b7.png

The FileMaster Start Menu: http://i41.tinypic.com/2q3bplf.png

Half-a-dozen clocks, showing the time around the world: http://i44.tinypic.com/2ilyjih.png

A custom theme & desktop backdrop: http://i39.tinypic.com/e64sxk.png

Like I said, FileMaster is far from done; I haven't even gotten drag-and-drop implemented on the Desktop yet, let alone a custom file browser, but I'm working on it.
"It'll be ready when it's ready." ™

EDIT: added a line stating that FileMaster is FOSS to avoid my post being misconstrued as self-promotion

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

agdurrette
Offline
Last seen: 3 months 2 weeks ago
Developer
Joined: 2008-01-16 13:55
Need any help testing it?

Need any help testing it? Smile

"It's just an online installer. It's not going to mug you.", JTH
"The shell is the key to unlock Linux's greatest advantages."

computerfreaker
computerfreaker's picture
Offline
Last seen: 13 years 8 months ago
Developer
Joined: 2009-08-11 11:24
Not yet, thanks anyway. It's

Not yet, thanks anyway.
It's still deep in development, and crashes are almost a normal part of dev life. I'm not posting anything other than those screenshots until it at least reaches alpha (that involves emptying the very full bug tracker, too).

I'll give you a holler once I bring out the first public build, though.

"The question I would like to know, is the Ultimate Question of Life, the Universe and Everything. All we know about it is that the Answer is Forty-two, which is a little aggravating."

crux
Offline
Last seen: 4 years 5 months ago
Joined: 2008-06-13 18:10
Not "change the default browser."

Instead, change from using the default system browser to using the portable browser of the user's choice.

I recently saw a bookmarks manager that lets the user input the path of the browser they want to use when opening bookmarks. That seems ideal to me!

I realize that implementation would be a problem. It should become normal practice to make software work that way in general, not something tacked on by people wanting to portablize apps.

Log in or register to post comments