This is the blog of Adam Kalsey. Unusual depth and complexity. Rich, full body with a hint of nutty earthiness.
Freshness Warning
This blog post is over 17 years old. It's possible that the information you read below isn't current and the links no longer work.
2 Feb 2006
Both Firefox and Thunderbird have an annoying habit on OSX of placing every file you open on your desktop. PDF links, Word files, and email attachments I open all end up on the desktop instead of a temporary location where they belong. If I wanted to save the file to a permenant location, I would have. There appears to be no solution for this other than manually deleting the files off the desktop every so often. I
There’s a fix in the Mozilla trunk that takes care of this, so I hope it will come to Firefox and Thunderbird soon.
Ah ! I am so glad to have found this. Firefox dumping stuff all over my Documents folder has been driving me nuts. Awesome!
Thanks so much for posting this. There are days when I do nothing but open e-mail attachments in Thunderbird, which makes a huge mess of my desktop. One of my biggest frustrations is now solved.
Excellent, thanks for pointing out this dependency between Safari and Mozilla. I had this behaviour in Seamonkey or Mozilla two years ago, and suddenly it disappeared - probably because I changed the setting in Safari to a temp directory as well. Suddenly today it came back - probably because Safari had forgotten its preference, due to a full harddisk, or a unmounted external volume. Now I made a note in my Mozilla prefs directory ;)
w00t! Thanks for the awesome tip.
Is there a fix for this littering behaviour in Thunderbird? I tried changing the preference in Firefox, but this doesn't sort the 'bird! retrocool, london UK
Awesome tip! I would also like to note that these two methods can be combined. IE: Change the 'temp' folder with Safari, and actually make it a 'temp' folder by implementing the boolean operator in firefox's about:config settings. Then your desktop will be clear, and the temp folder will be erased every time you quit firefox, keeping your disk space freed up!
In Thunderbird 1.5 or later, about:config is accessed via "Thunderbird -> Preferences... -> Advanced -> General -> Config Editor (button)"
So does this fix work with FF 2.0 as well? I've tried it and I can't seem to figure out if it does or not. Thanks.
Yes this works with FF 2.0
Hi Zach and others, Thanks so much for these hints. The proposed solutions (redirection of the temporary files directory) works fine with FireFox, and Thunderbird, but deleting these temp. files works only on FFox. I tried to create a new variable: app.helperApps.deleteTempFileOnExit and set it to true, as suggested by Zach and Phil, but it does not work. May be the name of the variable should be something else. I appreciate any help. thanks,
Finaly, the above hints are also working with thunderbird. again, thanks so much for these awsome tips. Regards, Sebti
Hi, I just stumbled onto this connection between Safari and Thunderbird myself. I would *really* like to be able to have separate folders for things that I download in Safari versus Thunderbird attachments. Does anyone have any idea how this might be done? Can downloads from Firefox be kept separate from Thunderbird attachments. That might be enough to make me switch to Firefox! Thanks very much for any suggestions
Adam, thanks for the post and the ensuing thread. This has been a very annoying bug that I no longer have to worry about.
Many thanks!
These are the last 15 comments. Read all 17 comments here.
This discussion has been closed.
Adam Kalsey
February 2, 2006 10:36 PM
Phil pointed out via email that Mozilla uses OSX's default download directory as the place to store temp files. I looked at the code and there's no preference to change this setting (line 1519 of nsExternalHelperAppService.cpp if you care). You can, however change the OSX default download directory, although it's not particularly intuitive. Just change Safari's default download directory and Moz will start using that as the new temp file directory.