Friday, November 7, 2008

Firefox does not open

When u see "Another copy of firefox is still running" error,
open a console window and type

find ~ -iname .parentlock | grep mozilla

this will give you a file like this
/home/goutham/.mozilla/firefox/7h0madvl.default/.parentlock

now remove the file using
rm /home/goutham/.mozilla/firefox/7h0madvl.default/.parentlock

That's it!! U're done!!

No comments: