I tried commenting

if (aLocalFile.isExecutable() && !this.mLauncher.targetFile.isExecutable()) {
        var f = aLocalFile.clone();
        aLocalFile.leafName = aLocalFile.leafName + "." + 
this.mLauncher.MIMEInfo.primaryExtension;

        f.remove(false);
        this.makeFileUnique(aLocalFile);
}

and it works. Now I can download files to my FAT32 partition but I don't
know what side-effects this could have

-- 
MASTER Firefox 2 can't save to fat32/ntfs partitions (e.g. usb memory stick) - 
results in empty file
https://bugs.launchpad.net/bugs/65164
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to