Difference between revisions of "Firefox: Annoying reset request"
(→When Firefox wants to reset to default configuration, but You don't want to) |
|||
Line 14: | Line 14: | ||
*Now type: | *Now type: | ||
ls -la | ls -la | ||
− | *It should look like this screenshot | + | *It should look like this screenshot 1. |
[[File:Screen_01.png|thumb|Screenshot 1]] | [[File:Screen_01.png|thumb|Screenshot 1]] | ||
Line 21: | Line 21: | ||
*Now move to this folder with: | *Now move to this folder with: | ||
cd <RANDOM CHARS>. default/ | cd <RANDOM CHARS>. default/ | ||
− | * If you type <code>ls -la</code> now, your terminal should give this output (screenshot | + | * If you type <code>ls -la</code> now, your terminal should give this output (screenshot 2). |
*You want to remove <code>.parentlock</code> with | *You want to remove <code>.parentlock</code> with | ||
rm .parentlock | rm .parentlock | ||
+ | |||
+ | [[File:Screen_02|thumb|Screenshot 2 | ||
<br> | <br> | ||
Congrats! Firefox now should leave you alone. You did well! Grab some coffe and have a nice day. | Congrats! Firefox now should leave you alone. You did well! Grab some coffe and have a nice day. |
Revision as of 09:24, 13 May 2015
When Firefox wants to reset to default configuration, but You don't want to
Sometimes Firefox wants to be all nice and helpful but only gets to annoy you with some popups. This time the fox wants to reset your configuration to default values. You have three options in this case:
- Ignore the hell out of it
- Give in, follow up the request and reset that damn thing or
- Read this guide to get rid of the stupid popup!
You have chosen option 3? Great! Now listen closely. Here are the instructions:
- Close Firefox. You don't need it right now.
- You want to open a terminal with
Ctrl + Alt + T
- Type:
cd ~/.mozilla/firefox/
- Press
Enter
to enter the directory. - Now type:
ls -la
- It should look like this screenshot 1.
- You should see the line with
<RANDOM CHARS>. default
as marked in the screenshot. - Now move to this folder with:
cd <RANDOM CHARS>. default/
- If you type
ls -la
now, your terminal should give this output (screenshot 2). - You want to remove
.parentlock
with
rm .parentlock
[[File:Screen_02|thumb|Screenshot 2
Congrats! Firefox now should leave you alone. You did well! Grab some coffe and have a nice day.