Thursday, March 15, 2012

How to fix “Firefox is already running” error + Open Suse

I was getting this error:
Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.


To fix this error:
On Linux the command terminal type:

“ps auxwww | grep firefox” will find the process number and then “kill [processnumber]”.