Open Bug 1428463 Opened 6 years ago Updated 2 years ago

Opening Firefox (normal mode) via CLI and then opening another Firefox window via CLI will always be in 'normal mode' rather than whatever you chose (normal or private mode) when inputting the second command

Categories

(Firefox :: General, defect, P3)

57 Branch
defect

Tracking

()

UNCONFIRMED

People

(Reporter: vramgi19, Unassigned)

Details

User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171227151400

Steps to reproduce:

Two situations:

1) Opening firefox using the command 'firefox &' 
Then open another browser in the same terminal session 'firefox - private &'

2) The same problem occurs vice versa, e.g. opening private mode first and then opening in normal mode too, 'firefox -private &' then 'firefox &'

Running Ubuntu 16.04 LTS if that helps.



Actual results:

1) Starting with 'firefox &' and then 'firefox -private &' opens two browsers, both of which are in normal mode.  Any other instances of Firefox opened via CLI this way will always open a browser in normal mode

2) Starting with 'firefox -private &' and then 'firefox &' will always open two browsers in private mode. Any other instances of Firefox opened via CLI this way will always open a browser in private mode




Expected results:

Opening a Firefox window via CLI should always open that window in whatever mode is selected regardless of whether any other instances of Firefox are open or not.
Component: Untriaged → Shell Integration
Component: Shell Integration → Startup and Profile System
Product: Firefox → Toolkit

The code that handles the command lines here is in Firefox.

Component: Startup and Profile System → General
Product: Toolkit → Firefox
Priority: -- → P3

Yes I can also reproduce it.

Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.