Cleanup reminder cannot be disabled
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: stefanehaas, Unassigned)
References
Details
Attachments
(1 file)
6.80 KB,
image/gif
|
Details |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Start firefox
Actual results:
Cleanup reminder appears independent of the last cleanup
Expected results:
Possibility to disable/reset the cleanup reminder
Reporter | ||
Comment 1•5 years ago
|
||
Comment 2•5 years ago
|
||
(In reply to Stefan Haas from comment #0)
Cleanup reminder appears independent of the last cleanup
That's normal. As you can see from the message, it appears based on how long it's been since you started Firefox (in that profile). Please provide the following information:
- Enter
Services.appinfo.replacedLockTime
in the Browser Console (not the Web Console) and post the result in a comment here. - Do you keep Firefox running without restarting for long periods of time (e.g. 2 months)?
- Is your Firefox profile on a network share?
Possibility to disable/reset the cleanup reminder
Enter about:config
into the address bar. Create a new boolean preference named browser.disableResetPrompt and set its value to true.
Reporter | ||
Comment 3•5 years ago
•
|
||
- Enter Services.appinfo.replacedLockTime in the Browser Console (not the Web Console)
In my (regular user) profile the "Browser Console" is a read-only log which allows filtering but no whatsoever input
- Do you keep Firefox running without restarting for long periods of time (e.g. 2 months)?
No, in the last time it crashes quite often but otherwise I restart it 5-10 times/week
- Is your Firefox profile on a network share?
No it is on an exfat/fuseblk partition (shared with Windows OS) and it works since many month
- Enter about:config into the address bar. Create a new boolean preference named browser.disableResetPrompt and set its value to true.
No effect (after browser restart)
Reporter | ||
Comment 4•5 years ago
|
||
Re: I first generated a string var which had no effect. I deleted the var from prefs.js (no GUI delete), restarted the browser and created the var as boolean and it to true - now it works as desired.
Reporter | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
(In reply to Stefan Haas from comment #3)
In my (regular user) profile the "Browser Console" is a read-only log which allows filtering but no whatsoever input
To get the command line on the Browser Console you have to first
- Press
F12
to bring up the developers tools. - Click the ... button and choose Settings.
- Check "Enable browser chrome and add-on debugging toolboxes".
Reporter | ||
Comment 6•5 years ago
|
||
Services.appinfo.replacedLockTime
1551540779000
= Sat, 02 Mar 2019 15:32:59
Comment 7•5 years ago
|
||
:MattN any thoughts on what could be causing this, considering comment 3 and comment 6, or should this just be left resolved as-is?
Description
•