Bug 14909 - Add mime info for ALZ archive
Summary: Add mime info for ALZ archive
Status: RESOLVED FIXED
Alias: None
Product: shared-mime-info
Classification: Unclassified
Component: freedesktop.org.xml (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Jonathan Blandford
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-08 22:43 UTC by Changwoo Ryu
Modified: 2008-04-10 02:49 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
simple alz file, created by ESTsoft Alzip (63 bytes, application/octet-stream)
2008-04-10 02:22 UTC, Changwoo Ryu
Details

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.