[dolphin] [Bug 495878] Customizing the default view settings doesn't work anymore
Iyán M. V.
bugzilla_noreply at kde.org
Thu Feb 6 09:35:00 GMT 2025
https://bugs.kde.org/show_bug.cgi?id=495878
--- Comment #64 from Iyán M. V. <me at iyanmv.com> ---
(I send the output for ~/Pictures/Wallpapers, which works on my laptop, but not
on my PC, instead of ~/Documents, but otherwise exactly same issue).
Here are the outputs using Dolphin 24.12.1. Happy to repeat with latest commit,
or the previous commit before it breaks for me, if you think might help.
$ getfattr -d ~/.local/share/dolphin/view_properties/global
(Nothing)
$ cat ~/.local/share/dolphin/view_properties/global/.directory
[Dolphin]
PreviewsShown=false
Timestamp=2024,5,30,18,18,29.12
Version=4
ViewMode=1
(Before doing anything)
$ getfattr -d ~/Pictures/Wallpapers
(Nothing)
(Changing View Mode to Icons view mode)
$ getfattr -d ~/Pictures/Wallpapers
# file: Pictures/Wallpapers/
user.kde.fm.viewproperties#1="[Dolphin]\012PreviewsShown=false\012Timestamp=2025,2,6,10,28,28.576\012Version=4\012"
(Enabling Show preview of files, after having changed the view mode)
$ getfattr -d ~/Pictures/Wallpapers
(Nothing)
(Starting all over, this time only enabling show preview of files)
$ getfattr -d ~/Pictures/Wallpapers
# file: Pictures/Wallpapers/
user.kde.fm.viewproperties#1="[Dolphin]\012Timestamp=2025,2,6,10,31,12.817\012Version=4\012ViewMode=1\012"
Btw, I think I mentioned it before, but I can manually edit the attribute with
the following command:
$ setfattr -n "user.kde.fm.viewproperties#1" -v
"[Dolphin]\012PreviewsShown=true\012Timestamp=2025,2,6,10,28,28.576\012Version=4\012"
Pictures/Wallpapers
And Dolphin now shows both Icons and Previews.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the kfm-devel
mailing list