GNOME Bugzilla – Bug 113481
Built-in downloader doesn't check destination write permissions
Last modified: 2004-12-22 21:47:04 UTC
Galeon's built-in downloader doesn't check that the user has write permissions for the destination directory. Since all files are first downloaded to /tmp and only moved to the destination directory after the download has completed, this can result in an enormous waste of time.
*** This bug has been marked as a duplicate of 90980 ***
I agree with the poster of Bug# 90980 that the download should NOT be staged in /tmp before being moved to the selected destination directory. If the destination directory is on a different partition than /tmp, the staging process requires that you have sufficient space in both directories. In my case, downloading an ISO image would require 700MB in each. Those of us who partition disks for optimal backup usually don't assign much space to a /tmp partition, so making it the default staging area creates a problem. The solution is to either never stage to /tmp or to make the staging area user-definable.
You can follow the "downloads via /tmp" soap opera here http://bugzilla.mozilla.org/show_bug.cgi?id=69938