You are here

Firefox Portable

Why not hook up portable to profiles.ini (should be no need to detect if portable)

Submitted by Noitidart on May 14, 2014 - 12:11am

Hi there,
How come we don't hook up portable to work normally with the built in profile manager and profiles.ini? Why don't we also update the userApplicationDir?

These were the reason why I needed to detect if its portable. There really shouldn't be any need to test if portable as it should just be Firefox.

Possible conflict FF 29.0.1 and anti-badstuff

Submitted by Wm ... on May 10, 2014 - 8:01am

I know what I've changed this morning (UK time)

updated to FF 29.0.1 from here
grabbed the new RegAlyzer from here but I don't think that is the problem

Problem perceived:

FF 29.0.1 running + ClamWin Portable produces system reboot
FF 29.0.1 running + Malwarebytes Free produces system reboot

ClamWin Portable + FF not running, fine
Malwarebytes Free + FF not running, fine

Calculate UAppData for Portable Install

Submitted by yajd on May 9, 2014 - 8:27pm

Hi all (and John Smile )

From addon scope, the special path UAppData does not update for FirefoxPortable, is there a way I can calculate this path in my addon.

Special path obtained by: Cc["@mozilla.org/file/directory_service;1"].getService(Ci.nsIProperties).get('KEYWORD_HERE', Ci.nsIFile).path;

UAppData is giving me: C:\Users\C71ZQW1\AppData\Roaming\Mozilla\Firefox
This path is valid IF and only if Firefox was HARD/FULL installed (as in not portable) to anywhere on the C drive.

But I have installed FireefoxPortable to: C:\Users\C71ZQW1\Desktop\FirefoxPortable

Firefox Nightly 32 Update failed

Submitted by bejoandjoko on May 9, 2014 - 11:29am

Firefox Nightly 32 Update failed and now I get this message when I try to start firefox from bookmark shortcuts.

"Mozilla Firefox, Portable Edition cannot be started. You may wish to re-install to fix this issue. (ERROR: firefox.exe could not be found)"

And I get "Access Denied" for certain folder (Other, App\AppInfo, DefaultData\*, etc) into MyApps\FirefoxPortableNightly

Now I cannot update it or even deleting the folder because of access rights

Please help

Thanks

How to detect from my addon if firefox is portable?

Submitted by yajd on May 8, 2014 - 2:06pm

Hi there,
I'm an addon developer and was trying to support portable with my addon.

I need a way to detect if the firefox my profile is running from is portable, can you please help me on how i can do this?

One way I thought of was searching the directory for profiles.ini, but if the user has non-portable firefox installed, and also portable firefox installed, this method will not work.

Thanks

If open FirefoxPortable.exe with command line options, its looking in C drive

Submitted by Noitidart on May 8, 2014 - 3:27am

Hi all,
If I open from command line (Win + R):
"FirefoxPortable.exe" -ProfileManager

It launches profile manager and i can make profiles and launch them, is it still portable at this point? I make profile in custom folder on my desktop.

Whenever I do this though Firefox is reading/creating profiles.ini at "C:\Documents and Settings\Noitidart\Application Data\Mozilla\Firefox"

this is equivalent to: alert(OS.Constants.Path.userApplicationDataDir);

Is there any way to make it read profiles.ini from my FirefoxPortable directory?

Private Browsing by PortableApps.com Questions

Submitted by trust on May 6, 2014 - 6:57pm

- Can you tell me exactly what parameters are changed compared to default Firefox parameters? So I can replicate this profile by myself.

- Since I have the Private Browsing profile as well if I run the main Firefox I still get the Private Browsing icon for the browser. Kind of misleading. (Would be nice to run both profiles at the same time, though: https://portableapps.com/node/41420 )

- Is Firefox in any way, shape or form more secure or private in your opinion than Chrome? Would be interesting to see a Chrome version of a similar profile. (Esp. if I can run it simultaneously;)

Compatability of addon Profilist for Portable

Submitted by Noitidart on May 6, 2014 - 5:55pm

Hi there,
I created an addon "Profilist" and people are asking me to support portable.

My addon creates new profile, renames, deletes, and switches profiles from the australis menu.

But profile handling in portable is a bit odd. There isn't even a profiles.ini file.

I saw the FirefoxPortable2ndProfile, which copies some basic stuff, so that was one approach but to keep things similar to release version I went with a profiles.ini approach.

Pages