mate-desktop / engrampa

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

[feature request]treat appimages as iso files #237

Open pirate486743186 opened 5 years ago

pirate486743186 commented 5 years ago

This already technically works. Right now, you have to change the extension of an appimage to iso to make engrampa open it.

EDIT:The mime type is: application/x-iso9660-appimage https://cgit.freedesktop.org/xdg/shared-mime-info/commit/?id=01fa61fc002afdcf43f61e7df2d6cc6f6968d8d2

probonopd commented 5 years ago

Please note that there are two types of AppImages:

Type 1: zisofs based Type 2: squashfs based

For more details, please see https://github.com/AppImage/AppImageSpec.

For a library that implements AppImage extraction, please see https://github.com/AppImage/libappimage.