| Summary: | "Copy to" and "Move to" ignore entered filename | ||
|---|---|---|---|
| Product: | [Applications] gwenview | Reporter: | kde |
| Component: | general | Assignee: | Gwenview Bugs <gwenview-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | null |
| Priority: | NOR | ||
| Version First Reported In: | 17.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/gwenview/119ac4186e4150467f4c3833d8756345b4a95191 | Version Fixed/Implemented In: | 17.12.1 |
| Sentry Crash Report: | |||
|
Description
kde
2017-12-22 13:25:04 UTC
Thanks for reporting, can confirm the bug. It's a regression introduced by 9056aa941e0d which was not caught during review – sorry for that. We'll fix it for 17.12.1. Git commit 119ac4186e4150467f4c3833d8756345b4a95191 by Henrik Fehlauer.
Committed on 07/01/2018 at 23:41.
Pushed by rkflx into branch 'Applications/17.12'.
Respect custom filename for Copy/Move/Link To operations
In `copyMoveOrLink`, 9056aa941e0d needed to strip the filename from
`destUrl`. However, this was done before the actual file operation had
been started, resulting in those being performed using the new target
directory, but with the old filename instead of a user-provided new
filename.
This regression can be fixed by moving the stripping after starting the
KIO job, because setting a new `targetUrl` in `contextManager` will only
be needed at a later point, i.e. when persisting this path to the
config.
FIXED-IN: 17.12.1
Test Plan: {nav File > Copy To}, enter custom filename, verify image is
copied to new path with new filename. Operations on multiple images
still work, as well as remembering the last used target directory in
both cases.
M +5 -4 app/fileoperations.cpp
https://commits.kde.org/gwenview/119ac4186e4150467f4c3833d8756345b4a95191
|