Bug 471861 - Feature: Dolphin to be able to skip only identical existing files
Summary: Feature: Dolphin to be able to skip only identical existing files
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-07-02 07:21 UTC by Doruk Fisek
Modified: 2025-06-05 10:37 UTC (History)
4 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Doruk Fisek 2023-07-02 07:21:21 UTC
When I'm copying file that already exists, Dolphin opens up the "File Already Exists" dialog and tells me if there's a difference between two files. If it determines the files are identical, it shows the "The files seem identical" information.

When copying multiple files, it does the same thing for each and every file. The "Skip" and "Apply to All" options, when used together gives me the option to skip all existing files.

An additional nice feature would be "Skip if the files seem identical" that can be used with "Apply to All".

Currently, when copying multiple files, I've to manually check if Dolphin determined the files seem identical then press skip.

Since this isn't a bug report, rather a feature request, I didn't include the parts related to bugs (like steps to reproduce, etc).
Comment 1 Ilias Tsolis 2024-08-01 07:18:38 UTC
I totally agree with this enhancement.

If your copying procedure is interrupted for some reason eg. hanging, power loss etc., then copying procedure is leaving behind half-copied files. In such cases, when you press "skip", these files will not be overwritten. Therefore, another option must exists that will tell
"skip only identical" and overwrite not identical files. 

Also, if you have 1000+ files, "skip identical" and thus "visually checking" only those files that differ or missing in the visual aid of dolphin copy procedure, will be very helpful improvement. I must press "skip" multiple times with danger to skip non identical files. This is not very convenient.
Comment 2 SkylarLK 2025-04-27 18:42:03 UTC
I third this enhancement. It would be really helpful to
Comment 3 SkylarLK 2025-04-27 18:45:07 UTC
(In reply to SkylarLK from comment #2)
> I third this enhancement. It would be really helpful to
It would be really helpful to see which files in two overlapping directories are identical and which files are not.
Comment 4 tomashnyk 2025-06-05 10:37:34 UTC
I would also like this. However, I am not sure how Dolphin arrives at the decision that files seem to be identical. Does it look at timestamps and file size? When I copy between different devices/mountpoints (specifically external harddrive connected via USB and SD card on my Android phone connected over MTP), it only says that files that are identical are similar. Does it perform something like md5sum hash on them when they are on the same drive and not when they are on different drives?

So my original suggestion would have been to include the filesize down to bytes and possibly md5sum in the comparison.