[file-roller: 3/4] nautilus-fileroller: Use correct mime type for LZO compressed TAR archives
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller: 3/4] nautilus-fileroller: Use correct mime type for LZO compressed TAR archives
- Date: Sat, 12 Oct 2019 16:07:36 +0000 (UTC)
commit d6f99ee65c7043fe7fd9cf061a0d1d16533c2cc4
Author: Felix Riemann <friemann gnome org>
Date: Sat Feb 23 16:10:50 2019 +0100
nautilus-fileroller: Use correct mime type for LZO compressed TAR archives
Use 'application/x-tzo' instead of 'application/x-lzop-compressed-tar'.
Lets the plugin handle these files in Nautilus again.
Fixes #30.
nautilus/nautilus-fileroller.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nautilus/nautilus-fileroller.c b/nautilus/nautilus-fileroller.c
index 47da3ee5..b9d6817e 100644
--- a/nautilus/nautilus-fileroller.c
+++ b/nautilus/nautilus-fileroller.c
@@ -127,13 +127,13 @@ static struct {
{ "application/x-java-archive", TRUE },
{ "application/x-lhz", TRUE },
{ "application/x-lzop", TRUE },
- { "application/x-lzop-compressed-tar", TRUE },
{ "application/x-ms-wim", TRUE },
{ "application/x-rar", TRUE },
{ "application/x-rar-compressed", TRUE },
{ "application/x-rpm", TRUE },
{ "application/x-rzip", TRUE },
{ "application/x-stuffit", TRUE },
+ { "application/x-tzo", TRUE },
{ "application/x-war", TRUE },
{ "application/x-zoo", TRUE },
{ "multipart/x-zip", TRUE },
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]