https://bugs.kde.org/show_bug.cgi?id=162211

bluescreenaven...@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bluescreenaven...@gmail.com

--- Comment #107 from bluescreenaven...@gmail.com ---
(In reply to wynajem_pn from comment #79)
> I made a simple screen-cast to show you the bug in action:
> http://sendvid.com/dc92o1yu As I said, I have no problem with reproducing
> the bug, so feel free to ask me for help in debugging an issue. Some
> additional info: It seems that the destination of 'copy' doesn't matter - it
> is exactly the same with usb and sata drives (both ext4). The source is ISO
> 9660. Each time I press 'copy' on the folder the command works better - it
> finds more files to copy. After 2 or 3 repeats it does recognize all files.
> After unmounting/mounting everything starts from the begging.

Are you able to maybe try this?
run 


tree /path/to/source > ~/origfiles.txt
export QT_LOGGING_RULES=kf5.kio.*=true
kioclient5 copy /path/to/source /path/to/destination &> ~/copylog.txt
tree /path/to/destination > ~/copiedfiles.txt
diff -rq /path/to/source /path/to/destination > ~/copydiff.txt

and then attach origfiles.txt copylog.txt copiedfiles.txt copydiff.txt to the
report?
that might help the devs, provided that the issue replicates with using
kioclient to copy the files

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to