Zend certified PHP/Magento developer

bash: How to avoid the error message window “Open Firefox in Troubleshoot Mode” by a suitable start-up option?

After killing running Firefox some time by pkill firefox or kill -15 or kill -9, the firefox show the follow error message by next start:

“Open Firefox in Troubleshoot Mode ?”

Link to erormessage: https://i.stack.imgur.com/OZYoo.png

How to avoid the error message window “Open Firefox in Troubleshoot Mode” by a suitable start-up option like follow:

firefox -option # start firefox with a option

or:

set var; firefox # set a var before start Firefox

Not searced are a solution by:

  • set something by about:config or by menue items or reset the browser on which way ever or run the browser in Safe Mode.