Created attachment 192238 [details] Issue in Dolphin STEPS TO REPRODUCE 1. Change the Trash item's layout from "Detailed" into "Icons". 2. Go to another folder, then go back. OBSERVED RESULT The setting wasn't saved. EXPECTED RESULT The setting should be saved. SOFTWARE/OS VERSIONS Operating System: CachyOS Linux KDE Plasma Version: 6.6.5 KDE Frameworks Version: 6.26.0 Qt Version: 6.11.0 Kernel Version: 7.0.5-2-cachyos (64-bit) Graphics Platform: Wayland Processors: 8 × 11th Gen Intel® Core™ i5-11300H @ 3.10GHz Memory: 8 GiB of RAM (7.5 GiB usable) Graphics Processor 1: Intel® Iris® Xe Graphics Graphics Processor 2: NVIDIA GeForce GTX 1650 Manufacturer: LENOVO Product Name: 82MG System Version: IdeaPad Gaming 3 15IHU6
A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/1281
Git commit 2e665e1b513b3f7c082bedc8faaf47bee8008c73 by Méven Car, on behalf of Pan Zhang. Committed on 23/05/2026 at 10:25. Pushed by meven into branch 'master'. viewproperties: respect saved properties for special folders with global view props enabled When "Use common display style for all folders" is enabled, the useDefaultSettings condition was always true because useGlobalViewProps was the first term in the OR chain. This caused special folders controlled by useSearchView, useTrashView, and useRecentDocumentsView to reset to their default view on every load, overriding any user customization. Restrict the unconditional default-apply to non-special folders only. For special folders, the existing timestamp-based check handles the logic correctly, and the fallback in the else branch still applies defaults when no saved properties exist (first visit). M +28 -0 src/tests/viewpropertiestest.cpp M +6 -2 src/views/viewproperties.cpp https://invent.kde.org/system/dolphin/-/commit/2e665e1b513b3f7c082bedc8faaf47bee8008c73