Dedicated profile is not created.
Categories
(Toolkit :: Startup and Profile System, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox67 | --- | verified |
People
(Reporter: Ovidiu, Assigned: mossop)
References
Details
Attachments
(1 file)
Affected versions
- Nightly 67.0a1
Affected platforms
- Mac OS, Windows
Steps to reproduce
- Install 2 builds with Dedicated Profile enabled
- Open both of them at the same time or alternative
- Go to about:profiles and check how many profiles are created.
Expected result
*Each build that has the Dedicated feature should have its own profile.
- There are 3 profiles: default, default-nightly and default-nightly-1
NOTE: In this case, I used Nightly builds but if you use beta with Dedicated feature the profile name will change to default-beta.
Actual result
There are 2 profiles: default, default-nightly
The second build uses the default profile.
Additional notes
- We will test on Ubuntu and update the bug report.
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Using an old default profile that is empty (like from bug 1518591) causes us to
also show the user a welcome page when that isn't necessary.
Instead leave old empty profiles alone (older versions will use them as the
default), create a new profile but don't set the flag to say that the old
default was skipped.
Pushed by dtownsend@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/c699c4e694a1 Don't use empty profiles for dedicated profiles and don't show the welcome page in this case. r=froydnj
Comment 4•6 years ago
|
||
bugherder |
Reporter | ||
Comment 5•6 years ago
|
||
I verified this on multiple OSes and I have different results:
On Mac OS 10.14:
- if both installs are open at the same there are 3 profiles: default, default-nightly and default-nightly-1
- if the installs are open alternatively there are 3 profiles: default, default-nightly and default-nightly-1
On Windows 10 :
- if both installs are open at the same there are 2 profiles: default, default-nightly and when you open the second install a new window is open not a new profile.
- if the installs are open alternatively there are 3 profiles: default, default-nightly and default-nightly-1
On Ubuntu 16.04:
- if both installs are open at the same there are 2 profiles: default, default-nightly and when you open the second install a new window is open not a new profile.
- if the installs are open alternatively there are 3 profiles: default, default-nightly and default-nightly-1
Please let me know if I need to file a separate bug for this issue.
Assignee | ||
Comment 6•6 years ago
|
||
Are you running the second install with -no-remote? Until bug 1518639 is fixed what you describe is what I would expect without -no-remote.
Reporter | ||
Comment 7•6 years ago
|
||
No, I don't use -no-remote, I've just opened them normally, double click on the icon.
Reporter | ||
Comment 8•6 years ago
|
||
I verified this on Windows 10 and Ubuntu 16.04 with the latest Nightly 67.0a1(2019-03-07) and I can confirm the fix.
Description
•