Open
Bug 1460760
Opened 7 years ago
Updated 3 years ago
command line parameters: text interpreted as url depending on presence of -console
Categories
(Toolkit :: Startup and Profile System, enhancement)
Toolkit
Startup and Profile System
Tracking
()
NEW
People
(Reporter: aryx, Unassigned)
Details
Bug 1347306 removed support for -UIlocale. This uncovered inconsistent command line behavior:
firefox.exe -no-remote -P "profilename" -UIlocale de
launches firefox with about:home
firefox.exe -console -no-remote -P "profilename" -UIlocale de
launches firefox and tries to load "de" as url (autocompleted to de.com)
firefox.exe -console -no-remote -P "profilename" de
launches firefox with about:home
Updated•6 years ago
|
Component: Shell Integration → Startup and Profile System
Product: Firefox → Toolkit
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•