I have multiple users on my MacBook (OS X 10.9.5). One of them has parential restrictions, but is allowed to use Firefox. Now, despite that, she is unable to run Firefox: whenever she tries, an error box pops up with the message
Close Firefox
A copy of Firefox is already open. Only one copy of Firefox can be open at a time.
(needless to say that Firefox was not open, neither by her nor by any other user, and that none of the other users has that problem).
It appears this occured after a recent update of Firefox (to version 39.0).
What could be the cause of this? How can I sort this out?
ps -wwax | grep firefo
) was needed to find and kill it. btw, the process didn't appear in OSX's 'force quit' list. – drevicko Jul 31 '17 at 10:05pkill firefox && find ~/Library/Application\ Support/Firefox/Profiles/ -name .parentlock -delete
– miken32 Nov 06 '22 at 15:54