Bug 191807

Summary: support iso files (cd/dvd disk images)
Product: [Applications] ark Reporter: Alexander Potashev <aspotashev>
Component: generalAssignee: Harald Hvaal <metellius>
Status: RESOLVED FIXED    
Severity: wishlist CC: alexngould, finex, rakuco
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Bug Depends on:    
Bug Blocks: 192630    

Description Alexander Potashev 2009-05-06 14:19:28 UTC
Version:           2.13 (using Devel)
OS:                Linux
Installed from:    Compiled sources

Please, add support for .iso files (like in Midnight Commander)
Comment 1 FiNeX 2009-05-06 22:58:36 UTC
Do you mean that ark should be able to open iso files?
Comment 2 Alexander Potashev 2009-05-06 23:02:22 UTC
(In reply to comment #1)
> Do you mean that ark should be able to open iso files?
Right. Why not?
Comment 3 FiNeX 2009-05-06 23:41:23 UTC
It wasn't a negative question. I only wanted to be sure about this "detail" :-)
Comment 4 Raphael Kubo da Costa 2009-05-07 01:46:09 UTC
Just for the record: there's a bk plugin which is currently disabled and not working that (I suppose) implements that.
Comment 5 Raphael Kubo da Costa 2010-02-14 01:45:20 UTC
SVN commit 1089789 by rkcosta:

Add application/x-cd-image to the mimetype list.

This brings read-write support for ISO files back via libarchive.
There has been no specific test for ISO files, but they should
work just like any other format supported by libarchive.

BUG: 191807

 M  +1 -1      app/ark.desktop  
 M  +1 -1      app/ark_dndextract.desktop  
 M  +1 -1      app/ark_servicemenu.desktop  
 M  +1 -1      plugins/libarchive/kerfuffle_libarchive.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1089789
Comment 6 Raphael Kubo da Costa 2010-02-14 01:54:00 UTC
SVN commit 1089791 by rkcosta:

Backport r1089789.

Add application/x-cd-image to the mimetype list.

This brings read-write support for ISO files back via libarchive.
There has been no specific test for ISO files, but they should
work just like any other format supported by libarchive.

CCBUG: 191807


 M  +1 -1      app/ark.desktop  
 M  +1 -1      app/ark_dndextract.desktop  
 M  +1 -1      app/ark_servicemenu.desktop  
 M  +1 -1      plugins/libarchive/kerfuffle_libarchive.desktop  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1089791