On 23-05-17 22:28, Regina Henschel wrote:
>
> Here too the "mimetype" is not the first file in the package. So if
> someone can repair the order, that would be nice. LibreOffice does not
> look at the order on opening files, but other applications might be less
> tolerant.
I have attached bash scripts to pack and unpack odf files. This script
puts 'mimetype' first and does not compress it.
The scripts are developed for linux and require that 'zip' is installed.
Save the files in your path and make them executable:
chmod a+x pack unpack
Now you can use them like this:
unpack test.odt
pack test_odt
Cheers,
Jos