- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] "Right" way to kill firefox from a script?
- From: Patrick Lesslie <patrick@xxxxxxxxxxxxxx>
- Date: Fri, 1 Aug 2008 11:06:54 +1000
- User-agent: Mutt/1.5.13 (2006-08-11)
On Fri, Aug 01, 2008 at 09:26:19AM +1000, Amos Shapira wrote:
> Otherwise - can I change something in Firefox's configuration to cause
> it to ignore crashes?
If you put about:config in the URL, then filter on "crash",
you'll find the setting browser.sessionstore.resume_from_crash
which you can set to false.
Patrick