https://bugs.kde.org/show_bug.cgi?id=519892
Bug ID: 519892
Summary: Folder item counter shows +2 when folder contains more
than 200 elements
Classification: Applications
Product: dolphin
Version First unspecified
Reported In:
Platform: EndeavourOS
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: view-engine: details mode
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
When a folder contains more than 200 items, the counter displayed under the
folder name in Dolphin shows a value 2 units higher than the actual number of
files.
Steps to reproduce:
1. Enable the item counter: right-click on the folder view → Additional
Information → Size
2. Create a folder with more than 200 files
3. Navigate to the parent folder in Dolphin
4. Observe the item counter shown below the folder name
Expected behavior:
The counter should match the real number of files in the folder.
Actual behavior:
The counter shows the real count +2, likely because `.` and `..` (current and
parent directory entries) are being included in the count only when the folder
exceeds 200 items.
The discrepancy of +2 does not occur in folders with 200 or fewer items.
--
You are receiving this mail because:
You are watching all bug changes.