Ticket #2847 (closed enhancement: fixed)

Opened 12 years ago

Last modified 12 years ago

use unrar instead of rar for viewing rar archives

Reported by: stick Owned by: andrew_b
Priority: minor Milestone: 4.8
Component: mc-core Version: 4.8.1.4
Keywords: Cc:
Blocked By: Blocking:
Branch state: merged Votes for changeset: committed-stable

Description

prefer unrar (open source) to rar (freeware without source) when viewing rar archives

--- misc/mc.ext
+++ misc/mc.ext
@@ -173,7 +173,7 @@ regex/\.([Hh][Aa])$
 # rar
 regex/\.[rR]([aA][rR]|[0-9][0-9])$
 	Open=%cd %p/urar://
-	View=%view{ascii} rar v -c- %f
+	View=%view{ascii} unrar l %f
 
 # ALZip
 regex/\.(alz|ALZ)$

Change History

comment:1 Changed 12 years ago by andrew_b

  • Status changed from new to accepted
  • Owner set to andrew_b
  • Version changed from master to 4.8.1.4
  • Component changed from mcview to mc-core
  • Milestone changed from Future Releases to 4.8

In master and 4.8.4, this is already done in [ec7aafef838ac900b4de9cfb61d95ca9c8a85a5e].

comment:2 Changed 12 years ago by andrew_b

  • Branch state changed from no branch to on review

Branch: 2847_view_rar (parent: 4.8.1-stable).
changeset:49e23156e5de43000793ef6f0b88889522f1f1bb

comment:3 Changed 12 years ago by angel_il

  • Votes for changeset set to angel_il

comment:4 Changed 12 years ago by slavazanko

  • Votes for changeset changed from angel_il to angel_il slavazanko

comment:5 Changed 12 years ago by slavazanko

  • Branch state changed from on review to approved

comment:6 Changed 12 years ago by andrew_b

  • Status changed from accepted to testing
  • Votes for changeset changed from angel_il slavazanko to committed-stable
  • Resolution set to fixed
  • Branch state changed from approved to merged

comment:7 Changed 12 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.