Summary: | dolphin: Trash bin view mode resets to details view mode upon re-entry instead of retaining icons view mode. | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | kdebugtracking.swipe269 |
Component: | view-engine: icons mode | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | dolphin-bugs-null, kdedev, tkopecek |
Priority: | NOR | ||
Version First Reported In: | 24.12.2 | ||
Target Milestone: | --- | ||
Platform: | NixOS | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
kdebugtracking.swipe269
2025-02-14 16:54:52 UTC
I'm not able to reproduce this on Dolphin 24.12.2 or built from git-master Can you share a screenshot of the window for Dolphin Settings - View - General? Thanks ๐๐งน โ ๏ธ This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information, then set the bug status to REPORTED. If there is no change for at least 30 days, it will be automatically closed as RESOLVED WORKSFORME. For more information about our bug triaging procedures, please read https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging. Thank you for helping us make KDE software even better for everyone! ๐๐งน This bug has been in NEEDSINFO status with no change for at least 30 days. Closing as RESOLVED WORKSFORME. TL;DR not a bug Hit that also. The change identified is basically this https://invent.kde.org/system/dolphin/-/commit/fdf854bd8#dba23e4b6d552f8b3ebd4fbeefe32879ccf724c4_95_159 Previous behaviour ignored useGlobalViewProps in case there were a custom setup. Now, it is not ignored and always override potential local changes. (So, simple reproducer is to to turn on useGlobalViewProps and look into special locations which will have the special setup instead of previously customized ones). OTOH, it now does what is written as a help in configuration dialog (which is a bit counterintuitive to "random clicking" in UI which persists selected display mode except special folders which are always overriden by pre-defined settings). I think that there are two options: a) Leave it as it is (with potential user confusion) (I'm preferring this variant) b) Don't use any special settings for special directories and let them behave according to useGlobalViewProps. c) Use special settings for special directories but save them on first encounter. In following accesses they could always behave by saved values regardless of useGlobalViewProps setting. It would ensure that they have senseful defaults but don't ignore user changing the view in UI. d) ? |