Doesn't work -private-window <URL1> <URL2>

Discussion of bugs in Mozilla Firefox
Post Reply
mijoper
Posts: 6
Joined: March 26th, 2022, 1:43 am

Doesn't work -private-window <URL1> <URL2>

Post by mijoper »

Doesn't work:

Code: Select all

-private-window <URL1> <URL2>
The first <URL1> opens in incognito mode. <URL2> opens in normally mode in another window.

Code: Select all

-private-window <URL1> -new-tab <URL2>
Opens in incognito mode, but in two different windows. It should be in the same window in different tabs.
User avatar
BruceAWittmeier
Posts: 3076
Joined: June 9th, 2008, 10:53 am
Location: Near 37.501685 -80.147967

Re: Doesn't work -private-window <URL1> <URL2>

Post by BruceAWittmeier »

What version of Windows are you using? This does fail on Windows 10 also.

I think you are right. It appears to be a bug.
According to this document you should be able to add additional URL's but it does not work as described.
https://wiki.mozilla.org/Firefox/Comman ... window_URL

Code: Select all

-url URL

Open URL in a new tab or window, depend on the browser option. -url can be omitted. You may list multiple URLs, separated by spaces. Firefox and SeaMonkey only.

Note: When opening multiple URLs, Firefox always opens them as tabs in a new window. 
I often take a long windy road to my destination. Upon arrival, I wonder how I missed the shortcut.
User avatar
therube
Posts: 21698
Joined: March 10th, 2004, 9:59 pm
Location: Maryland USA

Re: Doesn't work -private-window <URL1> <URL2>

Post by therube »

Actually (in 108) it appears to not be working at all.

The only reason (a) URL might happen to open in a Private Window would be because you had focused on a Private Window prior to running the command line.

Had you not done that, had the last focused window being a non-Private Windows, the -private-window parameter would never open <URL> in a Private Window.

(I'm doing this using an existing session, so [other] Windows are already opened.)


So yeah, I'd say there is a bug in there.

---

In 102.4esr, -private-window <url> looks to work - in the singular case.
And it appears that <url> is meant to be singular (i.e. not <url's>).
So you would need separate command lines to open multiple URLs in a Private Window.

Code: Select all

firefox.exe -private-window www.google.com
firefox.exe -private-window slickdeals.net
firefox.exe -private-window forums.mozillazine.org
---

108 will open a (single) <url> in a Private Window - if FF is not already running.
If you pass it 2 url's, then 1 is opened in Private, then your (in my case) Session Restore session is opened, with the 2nd url opening in that restored session (in one of its' non-Private windows).

Again. (In 108) if FF is already open -private-window is ineffectual.

---
Again. (In 108) if FF is already open -private-window is ineffectual.
And lets not put that in stone - either.


(As it is, FF has become so incomprehensible, at this point, I am just left scratching my head.
I was going to file a bug, but because of the absurdity that is FF, I cannot "just" open a new, clean Profile & test.
So the best I can do is say something like, "there is a bug, I think" - gross!)

---

Note, https://bugzilla.mozilla.org/show_bug.cgi?id=1048286
Fire 750, bring back 250.
Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 Pinball CopyURL+ FetchTextURL FlashGot NoScript
Post Reply