搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

recent documents entry while in privacy mode, lubuntu 12.04

more options

I'm running FF 21 under Lubuntu 12.04. FF is in privacy mode (history - never). When downloading and saving a file, Firefox adds an entry to the recent documents list stored under ~/.local/share/recently-used.xbel

After recognizing I went to about:config and searched for "recent" I found that the browser.download.manager.addToRecentDocs switch was on. After turning it off and restarting nothing changed, the entry is still attached

IMO FF shouldn't add this entry in privacy mode.

An example entry in recently-used.xbel is attached.

I'm running FF 21 under Lubuntu 12.04. FF is in privacy mode (history - never). When downloading and saving a file, Firefox adds an entry to the recent documents list stored under ~/.local/share/recently-used.xbel After recognizing I went to about:config and searched for "recent" I found that the browser.download.manager.addToRecentDocs switch was on. After turning it off and restarting nothing changed, the entry is still attached IMO FF shouldn't add this entry in privacy mode. An example entry in recently-used.xbel is attached.

所有回覆 (4)

more options

Anyway, here is the entry:

 <bookmark href="file:///home/jack_shark_mack/download/firefox-21.0.tar.bz2" added="2013-05-29T21:24:15Z" modified="2013-05-29T21:24:15Z" visited="2013-05-29T21:24:15.147656Z">
   <info>
     <metadata owner="http://freedesktop.org">
       <mime:mime-type type="application/x-bzip-compressed-tar"/>
       <bookmark:applications>
         <bookmark:application name="Firefox" exec="'firefox %u'" modified="2013-05-29T21:24:15Z" count="1"/>
       </bookmark:applications>
     </metadata>
   </info>
 </bookmark>
more options

Yes I have noticed that running Lubuntu 13.04 , it is likely a bug and I feel as there is no direct resolution to this but to find a way to turn off recent documents if possible?

more options

Start Firefox in Safe Mode to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).

  • Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
more options

No, Safe Mode is no solution. The entry is still added to the recent documents.

Sure, a workaround would be to turn off recent documents system-wide. But that's not what users expect, and not what I want to do.

What is the "browser.download.manager.addToRecentDocs" switch for? The developer page tells us

"A boolean value that indicates whether or not new downloads should be added to the recent documents list. Default value is true."

Which is contrary to the behavior described here. And has already been discovered two years ago and not yet been solved:

https://bugzilla.mozilla.org/show_bug.cgi?id=646351