[file-roller] nautilus-fileroller: Support for Zstandard compressed files
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] nautilus-fileroller: Support for Zstandard compressed files
- Date: Sat, 12 Oct 2019 15:08:46 +0000 (UTC)
commit 816962b41c3ef774a85dc4f0028168b57849c1d0
Author: Felix Riemann <friemann gnome org>
Date: Sat Feb 2 20:57:17 2019 +0100
nautilus-fileroller: Support for Zstandard compressed files
nautilus/nautilus-fileroller.c | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/nautilus/nautilus-fileroller.c b/nautilus/nautilus-fileroller.c
index 47da3ee5..9de364a8 100644
--- a/nautilus/nautilus-fileroller.c
+++ b/nautilus/nautilus-fileroller.c
@@ -136,6 +136,8 @@ static struct {
{ "application/x-stuffit", TRUE },
{ "application/x-war", TRUE },
{ "application/x-zoo", TRUE },
+ { "application/x-zstd-compressed-tar", TRUE },
+ { "application/zstd", TRUE },
{ "multipart/x-zip", TRUE },
{ NULL, FALSE }
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]