Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Apr 2017 22:56:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 218680] www/firefox: "firefox -P" doesn't work when FF is running
Message-ID:  <bug-218680-21738-GuhNnPCclb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-218680-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-218680-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218680

--- Comment #1 from Jan Beich <jbeich@FreeBSD.org> ---
Add --new-instance or --no-remote e.g., 

  $ firefox --new-instance -P foo

  $ mkdir /path/to/foo
  $ firefox --new-remote --profile /path/to/foo
  $ rm -fr /path/to/foo

The behavior didn't change since Firefox 13.0, see
https://bugzilla.mozilla.org/show_bug.cgi?id=716110

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-218680-21738-GuhNnPCclb>