GNOME Bugzilla – Bug 673345
Off-by-one error in count of copied files
Last modified: 2012-04-02 15:25:34 UTC
Original report: https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/930944 DistroRelease: Ubuntu 12.04 Package: nautilus 1:3.3.5-0ubuntu2 When copying files, the "x of y" display at the bottom shows x-1 instead of x. In other words, when copying three files, it will count from "0 of 3" to "2 of 3" instead of "1 of 3" to "3 of 3". It is possible that this only happens on copies to SMB-mounted drives - that is the only situation where I've been able to make it go slow enough to see.
Thanks, I pushed a fix for this to git master now.