Bug 389893 - Sorting by "created" basically not doing what it is supposed to do
Summary: Sorting by "created" basically not doing what it is supposed to do
Status: RESOLVED DUPLICATE of bug 381367
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 17.12.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-04 21:36 UTC by David Tonhofer
Modified: 2018-03-29 21:43 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Tonhofer 2018-02-04 21:36:54 UTC
Move a file into a directory shown in Dolphin in the "Details View Mode"

Add the "Created" column. Sort by it ascending.

The latest entry added to the directory with these stat(5) info: 

Access: 2018-02-04 22:28:25.487676109 +0100
Modify: 2018-02-04 22:28:25.624673578 +0100
Change: 2018-02-04 22:28:40.095406154 +0100

is at the very top, followed by stuff that has been in there for ages.

In fact, the contents of the directory are NOT sorted by "Created" (whatever that is supposed to be) but by the name.
Comment 1 Nate Graham 2018-03-29 21:43:49 UTC
Date Created is not actually supported yet on Linux. Hopefully soon!

*** This bug has been marked as a duplicate of bug 381367 ***