Bug 191807 - support iso files (cd/dvd disk images)
Summary: support iso files (cd/dvd disk images)
Status: RESOLVED FIXED
Alias: None
Product: ark
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: Harald Hvaal
URL:
Keywords:
Depends on:
Blocks: 192630
  Show dependency treegraph
 
Reported: 2009-05-06 14:19 UTC by Alexander Potashev
Modified: 2010-02-14 01:54 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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