Implement profile-per-install
Categories
(Toolkit :: Startup and Profile System, enhancement)
Tracking
()
People
(Reporter: mossop, Assigned: mossop)
References
(Regressed 2 open bugs)
Details
(Keywords: feature)
Attachments
(3 files, 2 obsolete files)
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Comment 2•6 years ago
|
||
Assignee | ||
Comment 3•6 years ago
|
||
Comment hidden (obsolete) |
Comment hidden (obsolete) |
Assignee | ||
Comment 6•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 7•6 years ago
|
||
Assignee | ||
Comment 8•6 years ago
|
||
Comment 9•6 years ago
|
||
Comment 10•6 years ago
|
||
Assignee | ||
Comment 12•6 years ago
|
||
Updated•6 years ago
|
Comment 13•6 years ago
|
||
Assignee | ||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Assignee | ||
Comment 17•6 years ago
|
||
Assignee | ||
Comment 18•6 years ago
|
||
Comment 19•6 years ago
|
||
Updated•6 years ago
|
Assignee | ||
Comment 20•6 years ago
|
||
Assignee | ||
Comment 21•6 years ago
|
||
When setting the default profile for an install mark it as locked so another
install will not steal it. The exception is a non-OS default install selecting
the old default profile on startup where we want to allow an OS default install
to steal it if run.
Comment 22•6 years ago
|
||
Comment 23•6 years ago
|
||
Comment 24•6 years ago
|
||
bugherder |
Comment 25•6 years ago
|
||
At some point there were discussions about having some runtime environment variable or similar to allow developers to opt out of profile per install. Did that get implemented? I can't find it.
Assignee | ||
Comment 26•6 years ago
|
||
(In reply to Magnus Melin [:mkmelin] from comment #25)
At some point there were discussions about having some runtime environment variable or similar to allow developers to opt out of profile per install. Did that get implemented? I can't find it.
I don't recall this. There is a way to build with it disabled.
Comment 27•6 years ago
|
||
Found it now, it's implemented: You just start with -allow-downgrade
Comment 28•6 years ago
|
||
I am sorry if this is not the correct place to make a comment regarding this new feature, but I recently made a new Nightly install. I got the message regarding the new profile.
I understood that syncing this profile with Firefox Account I would get back my previous Nightly windows and tabs.
This didn't happen.
I'd like to if I was mistaken and this is the expected behavior, or if it's a bug I should file. Thanks!
Assignee | ||
Comment 29•6 years ago
|
||
(In reply to Gabriela [:gaby2300] from comment #28)
I am sorry if this is not the correct place to make a comment regarding this new feature, but I recently made a new Nightly install. I got the message regarding the new profile.
I understood that syncing this profile with Firefox Account I would get back my previous Nightly windows and tabs.
This didn't happen.
I'd like to if I was mistaken and this is the expected behavior, or if it's a bug I should file. Thanks!
It should allow you to access the tabs on your other install through the synced tabs feature. If that isn't working please file a bug at https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Sync
Comment 30•6 years ago
|
||
(In reply to Dave Townsend [:mossop] (he/him) from comment #29)
It should allow you to access the tabs on your other install through the synced tabs feature. If that isn't working please file a bug at https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox&component=Sync
I surely used Sync so I think tabs should been synced too. I think I will file the bug. The worst that could happen is that it's invalid or wont fix. I would appreciate your thoughts!
Comment 31•6 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Comment 32•6 years ago
|
||
this is not resolved for me.
I just installed nightly on windows and at the end of installer process if the checkbox to run is enabled (default), when I press finish it tells me firefox is already running.
nightly should automatically create the nightly profile even if regular firefox is running during nightly install.
Comment 33•6 years ago
|
||
(In reply to mailinglists35 from comment #32)
nightly should automatically create the nightly profile even if regular firefox is running during nightly install.
correction: it seems to create the profile, but the installer checkbox issue is present. so in the installer i must uncheck the box to launch nightly, then only then I can finish the installing and it launches correctly from installed shortcuts
Assignee | ||
Comment 34•6 years ago
|
||
(In reply to mailinglists35 from comment #32)
this is not resolved for me.
I just installed nightly on windows and at the end of installer process if the checkbox to run is enabled (default), when I press finish it tells me firefox is already running.
nightly should automatically create the nightly profile even if regular firefox is running during nightly install.
Please file a new bug.
Assignee | ||
Updated•6 years ago
|
Comment 35•5 months ago
|
||
Why do we the hash of the path instead of just the path?
Assignee | ||
Comment 36•5 months ago
|
||
(In reply to Jeff Muizelaar [:jrmuizel] from comment #35)
Why do we the hash of the path instead of just the path?
I had concerns at the time that the path could contain characters unacceptable in an ini file and we were already using a hash to identify the install elsewhere. In hindsight I think it was a mistake but changing after the fact is likely difficult.
Description
•