Summary: | In Ark the "Add File" feature always adds the file to the top directory of the archive. | ||
---|---|---|---|
Product: | [Applications] ark | Reporter: | Diego <diego.ml> |
Component: | general | Assignee: | Elvis Angelaccio <elvis.angelaccio> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | andrea69x, m.wege, maarten.bezemer, nt1277, peebhat, rakuco |
Priority: | NOR | ||
Version: | 2.12 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/ark/4d0eaefcf59f7b191bf4a1f740817a8bee3c4395 | Version Fixed In: | 16.12.0 |
Sentry Crash Report: |
Description
Diego
2009-01-24 14:03:46 UTC
The related "cannot move files inside an archive" is in bug #181752 Moreover if you drag and drop a file (or directory) from outside (e.g. Dolphin) to Ark the file (or directory) is always added to the top of the archive, even if you drop it a subfolder. This is probably related to the bug #181752 shortcoming. Being able to add items inside subfolder inside the archive is a more complicated procedure than one might think, and because of this it has not been implemented yet. This is by the add file works like this. File-roller also does it like this. Although the code is partly prepared for it, I am still not sure when I will actually implement this, and as such I am marking this as a wish. *** Bug 195756 has been marked as a duplicate of this bug. *** *** Bug 181752 has been marked as a duplicate of this bug. *** *** Bug 209754 has been marked as a duplicate of this bug. *** *** Bug 232178 has been marked as a duplicate of this bug. *** Changing the default assignee in the currently open Ark bug reports to me. *** Bug 362405 has been marked as a duplicate of this bug. *** Git commit 4d0eaefcf59f7b191bf4a1f740817a8bee3c4395 by Elvis Angelaccio. Committed on 09/09/2016 at 13:56. Pushed by elvisangelaccio into branch 'master'. Merge branch 'gsoc2016/master' This commit merges the work done by Vladyslav Batyrenko during the Google Summer of Code 2016 program. Cut, copy, paste and rename functionalities are now implemented. It is also possible to add new files to a specific folder in an archive. More information about the project here: https://community.kde.org/GSoC/2016/StatusReports/Batyrenko_Vladyslav CCMAIL: mvlabat@gmail.com GUI: Related: bug 65576, bug 234375 FIXED-IN: 16.12.0 Task: T917 M +121 -41 kerfuffle/jobs.cpp http://commits.kde.org/ark/4d0eaefcf59f7b191bf4a1f740817a8bee3c4395 |