https://bugs.kde.org/show_bug.cgi?id=484669

Severin von Wnuck-Lipinski <severinv...@outlook.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |CONFIRMED
                 CC|                            |severinv...@outlook.de
     Ever confirmed|0                           |1

--- Comment #1 from Severin von Wnuck-Lipinski <severinv...@outlook.de> ---
Hi,

I can confirm this behavior on my system. I'm afraid I didn't consider
multi-volume archives when implementing this feature. Unfortunately, it's also
not that easy to fix:

- Ark uses various plugins for different types of archives (e.g. p7zip for
7-Zip archives, unrar for RAR archives, etc.)
- Most (but not all) plugins only pass the file name of the first (.part1)
archive to the underlying archive program/library for extraction
- The paths of the others parts are resolved internally by the program/library
- Thus, we can't delete the other parts (.partX) after extraction, as we don't
have their file paths

To solve this issue, we could try to implement a function that finds the other
parts of the archive. This is rather difficult because the .partX naming scheme
is not used by all archive types (7-Zip also uses .7z.XXX for example).

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to