https://bugs.documentfoundation.org/show_bug.cgi?id=90903

            Bug ID: 90903
           Summary: FILESAVE: OOXML files saved by LO do not detect with
                    Linux file command
           Product: LibreOffice
           Version: 4.4.2.2 release
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: filters and storage
          Assignee: libreoffice-bugs@lists.freedesktop.org
          Reporter: justgivemeafkenaccount...@yahoo.co.uk

Created attachment 115148
  --> https://bugs.documentfoundation.org/attachment.cgi?id=115148&action=edit
file-5.14/magic/Magdir/msooxml

DOCX and XLSX files saved with MS Office 2007 / 2010 correctly detect using the
UNIX file command. Saved with LO, these detect as standard Zip files.

$ file *.*x
SavedWith2007.docx:    Microsoft Word 2007+
SavedWith2007.xlsx:    Microsoft Excel 2007+
SavedWithLO.docx:      Zip archive data, at least v2.0 to extract
SavedWithLOLinux.docx: Zip archive data, at least v2.0 to extract
SavedWithLOLinux.xlsx: Zip archive data, at least v2.0 to extract
SavedWithLO.xlsx:      Zip archive data, at least v2.0 to extract

Tested with LO 4.4.2.2 on Windows and Linux.

My guess is that the files within the ZIP created by LO are not in the same
order as MS Office.

Attached is the relevant source file from Ubuntu's 14.04 release, detailing the
detection logic of the file command. (file 5.14)

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to