mate-desktop / engrampa

A file archiver for MATE
http://www.mate-desktop.org
GNU General Public License v2.0
113 stars 52 forks source link

Add correct jar mime type #486

Closed noeppi-noeppi closed 10 months ago

noeppi-noeppi commented 1 year ago

According to https://www.iana.org/assignments/media-types/application/java-archive, the MIME type for jar files is application/java-archive. However, currently, engrampa only lists application/x-java-archive in its desktop file. This pull request adds the application/java-archive MIME type as well as the other two deprectaed aliases listed in the document above (application/jar and application/jar-archive) to the list.

zhuyaliang commented 1 year ago

@cwendling @lukefromdc Do we need to accept this PR? I am not familiar with jar type files

lukefromdc commented 1 year ago

I also have no test files for this, but I suspect these may be quite common for Java developers and possibly users