browser.sessionstore.resuming_after_OS_restart = false.
My browser still restores on os restart.
Startup -> Restore previous windows and tabs is unchecked
browser.sess… (read more)
browser.sessionstore.resuming_after_OS_restart = false.
My browser still restores on os restart.
Startup -> Restore previous windows and tabs is unchecked
browser.sessionstore.max_resumed_crashes = 0
browser.sessionstore.restore_on_demand = false
browser.sessionstore.resume_from_crash = false
I do not and will not manually close my browser session every time I want to shut down my computer in order to get it to do what it's supposed to.
Linux sends SIGTERM to all running processes on shutdown. Firefox isn't handling this correctly, obviously, because if it was, then my settings would be getting respected. SIGTERM is the standard signal sent to windows that need to close gracefully and are expected to still be functional.
NOTE: Do not provide windows-specific support to this thread. I am not running firefox on windows, and I do not possess a windows computer or license.