| Summary: | Mass renaming fails to properly handle items which will themselves be renamed | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | Joe Dight <joe.dight> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | amdev1, elvis.angelaccio, nate |
| Priority: | NOR | ||
| Version First Reported In: | 18.12.2 | ||
| Target Milestone: | --- | ||
| Platform: | Fedora RPMs | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Joe Dight
2019-04-28 21:05:29 UTC
This happens because of the order in which files are renamed. So 0, 1 -> 1, 2 doesn't work as expected, but 1, 2 -> 0, 1 does. I can't think of any way to fix this within Dolphin properly, KIO deals with the batch renaming. |