| Summary: |
natural sorting setting is not applied until after dolphin is restarted |
| Product: |
[Applications] dolphin
|
Reporter: |
microcai <microcaicai> |
| Component: |
general | Assignee: |
Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: |
CONFIRMED
---
|
|
|
| Severity: |
normal
|
CC: |
dolphin-bugs-null, irort3124, meven
|
| Priority: |
NOR
|
|
|
| Version First Reported In: |
git-master | |
|
| Target Milestone: |
--- | |
|
| Platform: |
Other | |
|
| OS: |
Linux | |
|
|
Latest Commit:
|
|
Version Fixed/Implemented In:
|
|
|
Sentry Crash Report:
|
|
| |
| Attachments: |
provide the patch to fix this issue
|
Created attachment 175189 [details] provide the patch to fix this issue SUMMARY nartual sorting by meaning, sort numeric number nartually. but this setting have zero effect. STEPS TO REPRODUCE 1. enable nartual sorting in settings. 2. open folder that have files with it's name contains numeric number. 3. and toggle header to sort by file name. OBSERVED RESULT the files are still sorted by ascii code. e.g. 1.txt 10.txt 11.txt ... 2.txt 20.txt EXPECTED RESULT the files should be sorted by numeric number, if it has numeric number in its name. e.g. 1.txt 2.txt 3.txt 4.txt 5.txt 6.txt 7.txt 8.txt 9.txt 10.txt 11.txt SOFTWARE/OS VERSIONS Operating System: Gentoo Linux 2.15 KDE Plasma Version: 6.2.2 KDE Frameworks Version: 6.7.0 Qt Version: 6.8.0 Kernel Version: 6.11.5-Gentoo (64-bit) Graphics Platform: Wayland Processors: 32 × AMD Ryzen 9 3950X 16-Core Processor Memory: 125.7 GiB of RAM Graphics Processor: AMD Radeon RX 5700 XT ADDITIONAL INFORMATION