Bug 14909

Summary: Add mime info for ALZ archive
Product: shared-mime-info Reporter: Changwoo Ryu <cwryu>
Component: freedesktop.org.xmlAssignee: Jonathan Blandford <jrb>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: unspecified   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: simple alz file, created by ESTsoft Alzip

Description Changwoo Ryu 2008-03-08 22:43:19 UTC
New mime info entry is needed for ALZ format support.

ALZ is the archive format like zip. ALZ files are created by ESTsoft's proprietary Alzip program which is widely used in South Korea. Free extract-only "unalz" can be used to access this format.

Please add this entry to freedesktop.org.xml.in:

  <mime-type type="application/x-alz">
    <_comment>Alzip archive</_comment>
    <magic priority="50">
      <match type="string" value="ALZ" offset="0"/>
    </magic>
    <glob pattern="*.alz"/>
  </mime-type>
Comment 1 Bastien Nocera 2008-04-09 03:24:39 UTC
Could I have a test file to add to the test suite please?
Comment 2 Changwoo Ryu 2008-04-10 02:22:49 UTC
Created attachment 15799 [details]
simple alz file, created by ESTsoft Alzip
Comment 3 Bastien Nocera 2008-04-10 02:49:49 UTC
* freedesktop.org.xml.in:
* tests/list:
* tests/test.alz: Add application/x-alz for ALZ archives, patch by
Changwoo Ryu <cwryu@debian.org> (Closes: #14909)

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.