From fdf854bd81d9e42df2d8672d49a0b7fcdb7443a5 Mon Sep 17 00:00:00 2001 From: Méven Car Date: Sun, 27 Oct 2024 17:20:40 +0000 Subject: ViewProperties: Store view properties in extended file attributes Existing settings are converted. Works on most FS except FAT/exFAT which fallback to .directory files. If the extended file attributes (in ADS in Windows) can't be saved, they are saved to file as before. BUG: 322922 You can see file xattr using for instance for Unix filesystems: getfattr -d /home/meven --- src/settings/dolphin_directoryviewpropertysettings.kcfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/settings/dolphin_directoryviewpropertysettings.kcfg') diff --git a/src/settings/dolphin_directoryviewpropertysettings.kcfg b/src/settings/dolphin_directoryviewpropertysettings.kcfg index f4d288369..e0c8aa1cc 100644 --- a/src/settings/dolphin_directoryviewpropertysettings.kcfg +++ b/src/settings/dolphin_directoryviewpropertysettings.kcfg @@ -24,7 +24,7 @@ This option controls the style of the view. Currently supported values include icons (0), details (1) and column (2) views. - DolphinView::IconsView + DolphinView::IconsView -- cgit v1.3