Bug 509071 - Setting "sorting mode" effective does take effect before a restart
Summary: Setting "sorting mode" effective does take effect before a restart
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: folders (other bugs)
Version First Reported In: 23.08.5
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-09-03 14:23 UTC by user42
Modified: 2025-10-15 15:23 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description user42 2025-09-03 14:23:43 UTC
Example filenames:
04, 3, z (alphabetical)
3, 04, z ("natural")

Setting alphabetical file name order:
Configure Dolphin / General / Behavior / Sorting Mode.

If it is set to "Alphabetical, case sensitive", the list shows alright 04,3,z.

Now switching to "Natural" then Apply or OK, the order doesn't change.

To set it into effect you have to either
(a) reopen (just that!) the configure dialog or
(b) close and reopen Dolphin.

Refresh (F5), or changing to another folder and back... has no effect.

The other way round ("Natural" to "alphabetical, case sensitive): same.

SOFTWARE/OS VERSIONS
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: 
KDE Plasma Version:  Example filenames:
04, 3, z (alphabetical)
3, 04, z ("natural")
-
a123, a43, z (alphabetical)
a43, a123, z ("natural")

Fortunately Dolphin supports alphabetical file name order:
Configure Dolphin / General / Behavior / Sorting Mode.

But the setting is defect:

If it is set to "Alphabetical, case sensitive", the list shows alright 04,3,z.
Now switching to "Natural", the order doesn't change.
To set it into effect you have to either
(a) reopen (just that!) the configure dialog or
(b) close and reopen Dolphin.
Refresh (F5), or changing to another folder and back... has no effect.

The other way round ("Natural" to "alphabetical, case sensitive): same.


SOFTWARE/OS VERSIONS
Operating System: openSUSE Leap 15.6
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.12
Comment 1 user42 2025-09-05 11:13:18 UTC
When entering the description I made a copy/paste error... doubling the contents.
Obviously I'm not allowd to correct it - could please someone do that? Thx.
Comment 2 Méven 2025-10-15 15:22:34 UTC
If I rephrase more simply the bug Sort Ordering setting is not applied immediately after the Apply button.

That's a a known issue due to how dolphin is compiled and how they are two compilations unit preventing sharing static variables between them.
The resolution of this is not simple unfortunately.