Version: (using KDE KDE 3.5.6) Installed from: Ubuntu Packages OS: Linux There is a problem related to the technique used in extracting the children of selected directory. If the directory structure under the selected directory is very large, this makes the list of arguments too long thus making it impossible to start the sub process. Two things can be done to solve this problem. If the top most directory inside the archive is selected and there are no siblings for it, the command used should be the same as the one for extracting all files. If the above cannot be done, then the extraction must be done in steps by extracting a subset of the selected files files and then extracting the rest in further steps. This would reduce the number of arguments passed in each execution.
I can comfirm this bug. It is very annoying.
Thanks for confirming it, but the bug's status still seems to be "UNCONFIRMED"
Can you still reproduce this bug with KDE4? If so, can you attach a sample file?
This does not happen in kde4 ark. I tried with 1000 files, but there was no problem extracting this. I selected "extract selected files", because this will cause all children items to be included explicitly, and there was no problem.