Bug 457318 - Recent files/locations should be sorted chronologically by default
Summary: Recent files/locations should be sorted chronologically by default
Status: RESOLVED INTENTIONAL
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 22.04.3
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-07-30 21:46 UTC by doncbugs
Modified: 2022-08-13 14:28 UTC (History)
2 users (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 doncbugs 2022-07-30 21:46:27 UTC
SUMMARY
I don't think my rationale can be put into words for this, but in general I think there's an issue with sorting alphabetically.

I believe sorting alphabetically assumes that you already know where the thing you are looking for is, rather than trying to find a file you have opened recently (but may have forgotten the specifics of). In the case of chronological by default, you now also have the context of the order in which you opened files (e.g. you know you opened file B way back, so there's no way that anything before that file was opened could be the thing you were looking for) as well as a sort of breadcrumb trail for what you were doing. I personally think that if I am searching for a file and I already know its exact name such that I can parse the alphabetical list of recent files, I probably already know where the thing is or I could just search for it by name rather than consult recents.
Comment 1 Felix Ernst 2022-08-13 14:28:44 UTC
Sorting chronologically in recent files/folders is already the default since https://invent.kde.org/system/dolphin/-/merge_requests/365. It is just that the other default setting "Use same view style for all folders" overwrites this.

We want to disable "Use same view style for all folders" by default but this is unfortunately currently not possible because disabling that option leads to configuration files being created in every folder one visits which seems unacceptable as a default.

So we all agree. The issues are technical. If my idea https://invent.kde.org/system/dolphin/-/merge_requests/288#note_384582 or something similar gets implemented we can change that other setting and then what is suggested here would be the actual default for everyone.

Closing this bug report because it is sort of already implemented and not really actionable because the real problem lies elsewhere.