Skip to content

Draft: ViewProperties: Store view properties in extended file attributes

Méven Car requested to merge work/meven/viewprops-extattr-322922 into master

Existing settings are converted, but the result will be only accessible by the current user.

Also adds default settings for ~/Images

Works on most FS except FAT/exFAT which fallback to .directory files.

BUG: 322922

You can see file xattr using for instance for Unix filesystems:

getfattr -d /home/meven

Edited by Méven Car

Merge request reports