Summary: | Customizing the default view settings doesn't work anymore | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Jan Rathmann <jan.rathmann> |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | ASSIGNED --- | ||
Severity: | normal | CC: | akselmo, daanturo, felixernst, gudvinr+kde, kde, kdedev, kfm-devel, me, meven, smowtenshi, vse.stopchanskyi |
Priority: | NOR | Keywords: | regression |
Version: | git-master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Jan Rathmann
2024-11-06 14:57:08 UTC
Confirmed on git-master Dolphin Operating System: Solus 4.6 KDE Plasma Version: 6.2.80 KDE Frameworks Version: 6.9.0 Qt Version: 6.7.3 Kernel Version: 6.11.5-307.current (64-bit) (In reply to Jan Rathmann from comment #0) > SUMMARY > Configuring the default view settings for folders that have no individual > view settings doesn't work anymore currently, custom settings for the > default view seem to be just getting ignored by Dolphin. Seems indeed like we might be saving view properties even for folders for which an explicit view mode has never been set. The fix would be to not save anything for them. Seems the "Use as default view settings" sets the default settings for the current folder only. It doesn't propagate to any new folders or such. In fact the setting is not even saved. When you toggle the checkbox, click ok and open the view settings again, the checkbox is off again. A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/870 *** Bug 497405 has been marked as a duplicate of this bug. *** The patch fixes the issue for me. *** Bug 497461 has been marked as a duplicate of this bug. *** |