Bug 179638 - fish forgets files when copying
Summary: fish forgets files when copying
Status: RESOLVED DUPLICATE of bug 147948
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: fish (show other bugs)
Version: 4.1
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Jörg Walter
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-04 19:02 UTC by Thorsten Staerk
Modified: 2009-01-04 20:03 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***