Comment 27 for bug 65164

Revision history for this message
getaceres (getaceres) wrote :

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