Bug 431195 - Skip equal filenames
Summary: Skip equal filenames
Status: REPORTED
Alias: None
Product: krename
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.0.0
Platform: Mint (Ubuntu based) Linux
: NOR wishlist
Target Milestone: ---
Assignee: Heiko Becker
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-05 19:41 UTC by Shadow
Modified: 2026-01-28 15:40 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Shadow 2021-01-05 19:41:49 UTC
Hi,

When I rename much files, and a change of the filename is only in some of the chases, the program tries to rename files to the equal filename before.
The program displays an error.
Can't rename file, because the Source and destination filename is equal.

But if I try to rename 5.000 from 500.000 files, he tries to rename the 495.000 files. That costs a lot of time.
Please add a check, if the filename is equal, skip. (case-sensitive)

thx n greez

SOFTWARE/OS VERSIONS
Linux Mint 20.0
Comment 1 Shadow 2021-01-05 19:47:19 UTC
I mean...


..., he tries to rename the 495.000 files, too.