After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 673345 - Off-by-one error in count of copied files
Off-by-one error in count of copied files
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: Cut Copy Paste Undo
3.3.x
Other Linux
: Normal minor
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-04-02 09:06 UTC by Vadim Rutkovsky
Modified: 2012-04-02 15:25 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Vadim Rutkovsky 2012-04-02 09:06:55 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.
Comment 1 Cosimo Cecchi 2012-04-02 15:25:34 UTC
Thanks, I pushed a fix for this to git master now.