Skip to content

kfileitem: Linux, use statx to refresh files

Méven Car requested to merge work/meven/statx-kfileitem into master

The statx logic is shared with kioworkers/file to minimize code duplication.

BUG: 446858

Fix the issue: In dolphin, use details view, show creation time column. In a terminal (can use embedded F4 terminal) in the current folder, touch test, a file is created, its creation date is filled. touch test again, the creation date of the file is emptied.

This patch fix this.

This is the proper to achieve what I tried in !754 (closed)

cc @felixernst

Edited by Méven Car

Merge request reports