Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
linux_firefox [2019/03/20 16:48] ktm5j created |
linux_firefox [2019/03/20 16:48] (current) ktm5j |
||
---|---|---|---|
Line 7: | Line 7: | ||
To fix this we must remove the file ''%%.parentlock%%'' from your firefox profile. This is located in your home directory ''%%~/.mozilla/firefox/{random}.profile/.parentlock%%''. Your profile path will contain a random string, so we must locate it | To fix this we must remove the file ''%%.parentlock%%'' from your firefox profile. This is located in your home directory ''%%~/.mozilla/firefox/{random}.profile/.parentlock%%''. Your profile path will contain a random string, so we must locate it | ||
- | <code bash> | + | <code> |
ktm5j@portal02 ~ $ cd .mozilla/firefox/ | ktm5j@portal02 ~ $ cd .mozilla/firefox/ | ||
ktm5j@portal02 ~/.mozilla/firefox $ ls -l | ktm5j@portal02 ~/.mozilla/firefox $ ls -l | ||
Line 17: | Line 17: | ||
</code> | </code> | ||
+ | |||
+ | You should now be able to start a new firefox session. |