Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Double Firefox windows on Linux #375

Closed
sfroberg opened this issue Feb 18, 2018 · 2 comments
Closed

Double Firefox windows on Linux #375

sfroberg opened this issue Feb 18, 2018 · 2 comments

Comments

@sfroberg
Copy link

Hi.

The"user_pref("privacy.clearOnShutdown.openWindows", true);" caused double firefox processes to be
started on Gentoo 64-bit Linux and Firefox version 52.4.0

Commenting it out fixed things

@berrythesoftwarecodeprogrammar
Copy link

berrythesoftwarecodeprogrammar commented Jun 11, 2018

affects me too

  • Windows 10
  • Firefox ESR 52.8.0

thanks OP. I had to do this to fix it:

  1. exit firefox
  2. set privacy.clearOnShutdown.openWindows to false in user.js
  3. run firefox (it will open 2 windows still)
  4. exit firefox
  5. comment out privacy.clearOnShutdown.openWindows in user.js
  6. run firefox (it will be fine now)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants