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 139469 - count of deleted files for remote servers is wrong
count of deleted files for remote servers is wrong
Status: RESOLVED DUPLICATE of bug 99034
Product: nautilus
Classification: Core
Component: File and Folder Operations
0.x.x [obsolete]
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 161110 163621 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-04-08 12:35 UTC by Rene van Bevern
Modified: 2005-01-29 18:20 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Rene van Bevern 2004-04-08 12:35:36 UTC
- Log in to an FTP server using nautilus
- select a directory which has subfolders, which contain other files or folders
- delete it

The dialog will show something like "Deleted Files: 500 of 18"

I suppose it only counts the objects directly in the folder to be deleted, not
the objects of subfolders.
Comment 1 Christian Neumair 2004-07-22 19:27:07 UTC
Thanks for your bug report.
Comment 2 Sebastien Bacher 2005-01-28 13:34:26 UTC
*** Bug 161110 has been marked as a duplicate of this bug. ***
Comment 3 Sebastien Bacher 2005-01-28 13:35:19 UTC
*** Bug 163621 has been marked as a duplicate of this bug. ***
Comment 4 Sebastien Bacher 2005-01-28 14:03:17 UTC
seems to be a duplicate of #99034

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

*** This bug has been marked as a duplicate of 99034 ***
Comment 5 Christian Neumair 2005-01-29 18:20:53 UTC
I see four ways of resolving this:
- Index all folders before deleting (insane)
- Count only direct subfolders and -files
- Increase count of all objects as new objects are seen (confusing for users)
- Don't show the "of ..." thingie at all

Any opinions?