Summary: | Enabling show full path checkbox in Dolphin location bar is not preserved between invocations, '>' interface is hard to use | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | KDE end user <jim.crew> |
Component: | bars: location | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | felixernst, kdedev, kfm-devel |
Priority: | NOR | ||
Version: | 20.12.1 | ||
Target Milestone: | --- | ||
Platform: | Debian stable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
KDE end user
2022-02-03 00:54:36 UTC
I can confirm the behavior of the checkbox state not being preserved in Dolphin 24.02.2 Operating System: Solus 4.5 KDE Plasma Version: 6.0.4 KDE Frameworks Version: 6.1.0 Qt Version: 6.6.3 Regarding the difficulty clicking the > breadcrumb, that would be a separate feature request. If you still find this to be the case, please open a new issue for it. See https://community.kde.org/Get_Involved/Issue_Reporting#Multiple_issues_in_a_single_Bugzilla_ticket There is a setting in the Dolphin settings dialog that does the same thing and is saved between Dolphin restarts. However, I do agree that the full path checkbox in the context menu should also be saved between sessions. To implement this, we probably need a new signal in the KIO::UrlNavigator class that let's everyone know that this checkbox was changed. In Dolphin code, this signal can then be listened to and the change can be saved to the same place where it already saves to when this is changed from the Dolphin settings. |