Open
Bug 513492
Opened 16 years ago
Updated 3 years ago
Don't prompt to become default browser when using a non-default profile
Categories
(Firefox :: General, enhancement, P4)
Firefox
General
Tracking
()
NEW
Future
People
(Reporter: jruderman, Unassigned)
Details
If I start Firefox with a non-default profile, Firefox shouldn't prompt to become the default browser. I'm unlikely to want to set the build I'm testing to be the default browser, and it won't "work" anyway because the profile will be wrong.
| Reporter | ||
Comment 1•16 years ago
|
||
Originally suggested by Mook:
http://blog.mozilla.com/faaborg/2009/08/28/eradicating-start-up-dialogs/#comment_147075
Updated•16 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 2•16 years ago
|
||
(In reply to comment #0)
> won't "work" anyway because the profile will be wrong.
I don't disagree with the conclusion, but I don't understand this argument. The default browser setting doesn't care about profiles at all.
Comment 3•16 years ago
|
||
Handling the profile manager is problematic, because you could be setting the profile you just chose as the new default. We should just get rid of the profile manager anyway. If you're using -profile, then it seems pretty likely that you're using a testing profile, and we could propagate a flag somewhere to not bother with the default browser prompt.
Comment 4•16 years ago
|
||
Overall this change is fine, but since the profile manager isn't really a supported UI, we should probably try to address the root of this problem (the dialog itself), and not spend too much time helping a very small subset of users.
Comment 5•16 years ago
|
||
Agreed. It's not a bad idea, but not a high priority.
Priority: -- → P4
Target Milestone: --- → Future
Comment 6•14 years ago
|
||
fwiw, bug 720288 disabled the prompt in DEBUG builds.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•