Summary: | Different view modes in split mode? | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | wbqq |
Component: | view-engine: general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | kfm-devel |
Priority: | NOR | ||
Version: | 23.04.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
wbqq
2023-04-23 20:19:21 UTC
I forgot to mention that 1) it applies not only to split views but also to tabs 2) it applies not only to view modes but also to sorting methods (sort by name, modified date...) usually i work with just view mode 4 and folders are sorted by name, just sometimes i need to sort them by modification date or change view to 1 in one dir for 1 time, but then i have to change it back in all the tabs i have opened. temporary fix i found so far is `chattr +i ~/.local/share/dolphin/view_properties/global/.directory` this fixes current sorting method, view mode and some other parameters allowing you to change them in your current directory in just one tab, but it resets to fixed parameters as soon as you change dir or refresh tab, and it never influences other tabs which is kind of a desired behaviour for me. might be useful for someone even thou its a dirty hack. `chattr -i` to revert |