Created attachment 127390 [details] [review] Add mime-type for pdf.lz files The patch adds the mime-type for PDF files compressed using lzip + the test. Let me know if I forgot something.
Where and why is that used?
The purpose is similar to .pdf.xz or .pdf.bz2. Some PDFs are pretty big and lzip helps to save a lot of disk space. However, in contrast with other compressed file formats, lzip is also designed for long-term archiving. For more info: http://www.nongnu.org/lzip/manual/lzip_manual.html#Quality-assurance , http://www.nongnu.org/lzip/manual/lzip_manual.html#File-format and http://www.nongnu.org/lzip/manual/lzip_manual.html#Algorithm . I need this mime type to add support to KDE Okular for the .pdf.lz files. Okular can open compressed files transparently without to decompress these in an additional program. I have a patch ready for inclusion in KDE, I just need this change committed.
Attachment 127390 [details] pushed as 5371e19 - Add mime-type for pdf.lz files
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.