Bug 468878 - Different view modes in split mode?
Summary: Different view modes in split mode?
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (show other bugs)
Version: 23.04.0
Platform: Gentoo Packages Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-23 20:19 UTC by wbqq
Modified: 2023-05-01 13:45 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description wbqq 2023-04-23 20:19:21 UTC
SUMMARY

STEPS TO REPRODUCE
1. Open dolphin in split mode
2. set different view modes (i e right view in icons view, left one in detailed list 
3. try to navigate in both views

OBSERVED RESULT
when changing directory, view switches to the last applied mode

EXPECTED RESULT
view remembers its mode and stays in it until closed

SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.104.0
Qt Version: 5.18.5

ADDITIONAL INFORMATION
i see that this bug is a duplicate of the one from 2012 but it looks like its forgotten, and i guess really a lot of people would like the "expected result" behaviour. If i get some adviсes (at least what src file should i look into) i would like to try to implement this myself
Comment 1 wbqq 2023-04-23 21:03:31 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...)
Comment 2 wbqq 2023-05-01 13:45:41 UTC
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