summaryrefslogtreecommitdiff
path: root/libre/spacefm/libre.patch
blob: 82d51f705fcf16bde6622919e111f5a6bb19cef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From 4605df33f85e5dbd4cc0238b9d289ff73601d898 Mon Sep 17 00:00:00 2001
From: Edison Ibañez <arkhan.xxx@gmail.com>
Date: mar, 20 may 2014 10:27:55 -0500
Subject: [PATCH] replace nonfree unrar with unar support


diff --git a/src/ptk/ptk-file-archiver.c b/src/ptk/ptk-file-archiver.c
index ec9fbd7..55648d2 100644
--- a/src/ptk/ptk-file-archiver.c
+++ b/src/ptk/ptk-file-archiver.c
@@ -80,8 +80,8 @@ const ArchiveHandler handlers[]=
         {
             "application/x-rar",
             "rar a -r %o",
-            "unrar -o- x",
-            "unrar lt",
+            "unar -D ",
+            "unar -D ",
             ".rar", "arc_rar", TRUE
         },
         {
--
Gitg