Difference between revisions of "Firefox: Annoying reset request"
(→When Firefox wants to reset to default configuration, but You don't want to) |
(→When Firefox wants to reset to default configuration, but You don't want to) |
||
Line 25: | Line 25: | ||
rm .parentlock | rm .parentlock | ||
− | [[File:Scree_02|thumb|Screenshot 2]] | + | [[File:Scree_02.png|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:25, 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
Congrats! Firefox now should leave you alone. You did well! Grab some coffe and have a nice day.