Thanks Tman... I think that I'm going to try the .sfs (I'm assuming that will probably make it difficult for Firefox to update itself...Tman wrote: If using the Firefox.sfs, it is recommended that you change /usr/local/bin/defaultbrowser to the following:This will allow only one instance of Firefox to run at a time and you will no longer need to type killall firefox if it crashes.Code: Select all
#!/bin/sh killall firefox exec firefox "$@"
