[Xfce4-commits] <thunar-archive-plugin:master> Add support for extracting 7z, lzma and xa archives (bug #6136).

Jannis Pohlmann noreply at xfce.org
Sun Jan 23 14:58:01 CET 2011


Updating branch refs/heads/master
         to 8dc299cae35d26dea1b195180f811e441fc664fd (commit)
       from 9db1286acb8c2f82457ebec14f4ab2d9332edf8a (commit)

commit 8dc299cae35d26dea1b195180f811e441fc664fd
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Jan 23 14:55:00 2011 +0100

    Add support for extracting 7z, lzma and xa archives (bug #6136).
    
    Patch provided by George Vlahavas.

 NEWS                                 |    6 ++++++
 thunar-archive-plugin/tap-provider.c |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/NEWS b/NEWS
index 89beb38..a63e1d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.3.x
+=====
+- Port the plugin to thunarx-2 and exo-1 (bug #6093).
+- Add support for extracting 7z, lzma and xa archives (bug #6136).
+
+
 0.2.4
 =====
 - Updated translations: Carles Muñoz Gorriz (ca), Roberto Pariset (it)
diff --git a/thunar-archive-plugin/tap-provider.c b/thunar-archive-plugin/tap-provider.c
index 8cd2a44..a03eb2d 100644
--- a/thunar-archive-plugin/tap-provider.c
+++ b/thunar-archive-plugin/tap-provider.c
@@ -96,6 +96,8 @@ struct _TapProvider
 
 
 static const gchar TAP_MIME_TYPES[][34] = {
+  "application/x-7z-compressed",
+  "application/x-7z-compressed-tar",
   "application/x-ar",
   "application/x-arj",
   "application/x-bzip",
@@ -107,9 +109,13 @@ static const gchar TAP_MIME_TYPES[][34] = {
   "application/x-gzip",
   "application/x-lha",
   "application/x-lhz",
+  "application/x-lzma",
+  "application/x-lzma-compressed-tar",
   "application/x-rar",
   "application/x-rar-compressed",
   "application/x-tar",
+  "application/x-xz",
+  "application/x-xz-compressed-tar",
   "application/x-zip",
   "application/x-zip-compressed",
   "application/zip",



More information about the Xfce4-commits mailing list