summaryrefslogtreecommitdiff
path: root/data/engrampa.desktop.in.in
AgeCommit message (Collapse)AuthorFilesLines
2024-02-01Add correct jar mime typenoeppi_noeppi1-1/+1
2023-05-10Add MIME aliases for gzip and bzip2Guido Berhoerster1-1/+1
The application/gzip alias is e.g. provided by FileRoller and Ark, application/bzip2 is provided by FileRoller.
2023-03-22zstd: support both old and new mime typeĐoàn Trần Công Danh1-1/+1
As of it's now, we're supporting zstd {,de}compression with specific mime type that was reported by libmagic as configure time. Thus, the built binaries is not correct after upgrading file-devel after configure. In addition, this configure's time hard-coded value prevent our users from partial upgrade. Let's accept both mime types reported by both old and new file-devel. For the mapping between file extensions and mime types, let's choose the new mime value.
2020-10-17Add Electronic Publication (EPUB) supportrbuj1-1/+1
$ file -b --mime-type don-quijoti-epub3.epub application/epub+zip
2020-03-10Add ARC archive supportrbuj1-1/+1
2020-02-15autoconf: get zstd mime type using libmagic if enabledrbuj1-1/+1
2019-12-05add source rpm to supported mime-typesraveit651-1/+1
2019-12-01migrate from intltool to gettextWu Xiaotian1-3/+6
2019-10-03Zstandard: Update MIME typerbuj1-1/+1
MIME type is application/x-zstd: $ lorem-ipsum-generator -p 10000 -l -f plain > lorem.txt $ zstd lorem.txt $ file -b --mime-type lorem.txt.zst application/x-zstd Test: $ CFLAGS="-g -O0" ./autogen.sh --enable-magic --enable-packagekit --prefix=/usr && make && sudo make install
2019-10-01Ar: Update MIME type and add magic numbersrbuj1-1/+1
Changes: Replace application/x-ar with application/x-archive ar magic number: "!<arch>\n" deb magic number (Debian 0.93+): "!<arch>\ndebian-binary" REF: https://en.wikipedia.org/wiki/Ar_(Unix) https://en.wikipedia.org/wiki/Deb_(file_format) Test: $ touch a && touch b && ar r test.ar a b && cp test.ar test-2.a $ xdg-mime query filetype test.ar application/x-archive $ xdg-mime query filetype dftp_2.2-1.deb application/vnd.debian.binary-package $ gio info test.ar | grep content-type standard::content-type: application/x-archive standard::fast-content-type: application/x-archive $ gio info dftp_2.2-1.deb | grep content-type standard::content-type: application/vnd.debian.binary-package standard::fast-content-type: application/vnd.debian.binary-package $ hexdump -C -n 8 test.ar 00000000 21 3c 61 72 63 68 3e 0a |!<arch>.| 00000008 $ hexdump -C -n 21 dftp_2.2-1.deb 00000000 21 3c 61 72 63 68 3e 0a 64 65 62 69 61 6e 2d 62 |!<arch>.debian-b| 00000010 69 6e 61 72 79 |inary| 00000015 $ ./autogen.sh --prefix=/usr --disable-magic && make && sudo make install
2019-09-22LHA: Fix internet media typerbuj1-1/+1
LHA media type is application/x-lzh-compressed $ file --mime-type ~/test.lzh /home/robert/test.lzh: application/x-lzh-compressed
2019-07-30Add zcompress supportSergey Ponomarev1-1/+1
2019-03-06Support .udeb package formatVictor Kareh1-1/+1
This enables support for udeb (micro-deb) files, which are a package format used during bootstrapping a Debian installation. They have the same mimetype as regular deb files.
2018-11-10Added support for brotli (*.tar.br) compressed tar archivesSergey Ponomarev1-1/+1
2018-10-30Add brotli supportSergey Ponomarev1-1/+1
2014-04-21Add keywords key to .desktop fileinfirit1-0/+1
Patch by Mike Gabriel <[email protected]>
2013-11-11Add *.ar files as supportedraveit651-1/+1
2013-11-11Add Microsoft Cabinet to the supported mime typesraveit651-1/+1
2013-10-28adds Windows Imaging Format (.wim, .swm) supportraveit651-1/+1
2013-04-27Add support for application/x-archive in desktop fileStefano Karapetsas1-1/+1
Closes #17 (https://github.com/mate-desktop/mate-file-archiver/issues/17)
2013-03-17Update engrampa.desktop.in.inWolfgang Ulbrich1-1/+2
choose unique name add generic name
2012-11-06remove MATE from Categories in desktop fileNelson Marques1-1/+1
2011-11-09renaming fileroller to engrampaPerberos1-0/+16