Bug 513998 - Inconsistency in file count between browser and properties.
Summary: Inconsistency in file count between browser and properties.
Status: RESOLVED DUPLICATE of bug 509150
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: 25.12.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-12-31 02:25 UTC by Tylerebowers
Modified: 2025-12-31 02:47 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Screenshot showing difference. (151.32 KB, image/png)
2025-12-31 02:25 UTC, Tylerebowers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tylerebowers 2025-12-31 02:25:49 UTC
Created attachment 188101 [details]
Screenshot showing difference.

SUMMARY
Browser shows 3,002 files, properties of the same folder shows 3,000. 

STEPS TO REPRODUCE
1. Create folder
2. Copy a large number of files (>=200) into folder.

Seems to be that if there are >=200 files the issue appears. At 199 the count is 199, at 200 the count is 202.

OBSERVED RESULT
Counts do not match.

EXPECTED RESULT
Counts should match.

SOFTWARE/OS VERSIONS
OpenSUSE TW Version: 20251229
KDE Plasma Version: 6.5.4
KDE Frameworks Version:  6.21.0
Qt Version: 6.10.1
Dolphin 25.12.0 
Using Wayland

ADDITIONAL INFORMATION
* For n >= 200, count in browser "size" column is n+2, count in properties of folder is n
* In folder: `ls -1 | wc -l` -> 3000
*No hidden files.
* Could be due to including . and .. in the sum? (e.g. `ls -a` would have these)
* Tried creating new folder and copy/pasting all contents into it, result is the same.
* This issue appears in other folders on my system where there are more than 200 files.
* Not sure show the number of folders affects the count.
Comment 1 Tylerebowers 2025-12-31 02:47:46 UTC
https://bugs.kde.org/show_bug.cgi?id=509150

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