Bug 444344 - Dolphin does not sort files with variable length numbers in their names correctly
Summary: Dolphin does not sort files with variable length numbers in their names corre...
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 21.08.2
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-24 19:52 UTC by Eduardo Sánchez Muñoz
Modified: 2021-10-24 19:52 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo Sánchez Muñoz 2021-10-24 19:52:42 UTC
SUMMARY

Dolphin does not sort files with variable length numbers in their names correctly

STEPS TO REPRODUCE
1. Enable natural sorting in settings
2. Create an empty directory
3. Create three files named 1, 2 and 10
4. Choose sort by name in that directory

OBSERVED RESULT

Files are sorted as 1, 10, 2

EXPECTED RESULT

They should be sorted as 1, 2, 10

SOFTWARE/OS VERSIONS

Linux: 5.14.10
(available in About System)
KDE Plasma Version: 5.22.5
KDE Frameworks Version: 5.87.0
Qt Version: 5.15.2

ADDITIONAL INFORMATION