Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

closing Firefox on linux from the terminal and avoiding "restore session" warnings

  • 1 ответ
  • 0 имеют эту проблему
  • 4 просмотра
  • Последний ответ от cor-el

more options

I'm trying to just close and restart firefox from some bash scripts on Linux so that I can manage a few items from various hotkeys.

I'm trying to close an existing Firefox process "cleanly", and am running into issues with how to kill the Firefox process and have it restart without showing the "restore session" page. If I update about:config and override "browser.sessionstore.resume_from_crash" to false, then I get the behavior I'm looking for, but I'd rather not have to override this.

I've tried multiple kill signals from the `kill` command, including HUP, STOP, QUIT, TERM, INT, however all of them seem to trigger the same behavior.

So is there a way to cleanly close (or restart) Firefox from the terminal?

I'm trying to just close and restart firefox from some bash scripts on Linux so that I can manage a few items from various hotkeys. I'm trying to close an existing Firefox process "cleanly", and am running into issues with how to kill the Firefox process and have it restart without showing the "restore session" page. If I update about:config and override "browser.sessionstore.resume_from_crash" to false, then I get the behavior I'm looking for, but I'd rather not have to override this. I've tried multiple kill signals from the `kill` command, including HUP, STOP, QUIT, TERM, INT, however all of them seem to trigger the same behavior. So is there a way to cleanly close (or restart) Firefox from the terminal?

Все ответы (1)

more options

You probably need to remove sessionCheckpoints.json in the Firefox profile folder to make Firefox think it's a new profile.