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.
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 ***