Bug 179638

Summary: fish forgets files when copying
Product: [Frameworks and Libraries] kio Reporter: Thorsten Staerk <dev>
Component: fishAssignee: Jörg Walter <trouble>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: 4.1   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Thorsten Staerk 2009-01-04 19:02:09 UTC
Version:            (using Devel)
OS:                Linux
Installed from:    Compiled sources

When I copy a folder via fish, some files do not get copied. To reproduce:
1. do the following as root: 
 cd 
 mkdir kiotest 
 cd kiotest 
 for i in $(seq 1 1 1000); do touch file$i; done 
2. point your konqueror to /root. Copy the folder kiotest 
3. point your konqueror to fish://root@localhost/kiotest. 
4. paste the folder kiotest 

Expected result: The folder is copied.
Actual result: The folder is partly copied.
Comment 1 Thorsten Staerk 2009-01-04 20:03:18 UTC
Sorry, this is a duplicate of Bug 147948. The copy process stalls and never quits, just the box indicating the progress disappears after a while.

*** This bug has been marked as a duplicate of bug 147948 ***