Summary: | Breeze Dark with accent color on headers cause Dolphin path bar text to become unreadable | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Braelin Michelus <bmichelus01> |
Component: | bars: location | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | akselmo, bmichelus01, kfm-devel, nate |
Priority: | NOR | ||
Version First Reported In: | 24.12.3 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/frameworks/kio/-/commit/7067680d23229b80dd92d837ee129e987ba875e7 | Version Fixed In: | 6.14 |
Sentry Crash Report: |
Description
Braelin Michelus
2025-03-20 19:02:17 UTC
Can confirm, and will be fixed by https://invent.kde.org/frameworks/kio/-/merge_requests/1842. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/1852 Made a bug fix for this for the current iteration, since the new style will not make it to the next release. Git commit 4d1286de2909c9c5ae703ed45a41eac0cd471794 by Akseli Lahtinen. Committed on 28/03/2025 at 09:21. Pushed by akselmo into branch 'master'. KUrlNavigatorButtonBase: Fix foreground color with accent color headers The foreground color here would be wrong due to the background the navbar is now using. This makes sure we use the proper text color. M +1 -1 src/filewidgets/kurlnavigatorbuttonbase.cpp https://invent.kde.org/frameworks/kio/-/commit/4d1286de2909c9c5ae703ed45a41eac0cd471794 Git commit 7067680d23229b80dd92d837ee129e987ba875e7 by Akseli Lahtinen. Committed on 04/04/2025 at 20:00. Pushed by akselmo into branch 'master'. KUrlNavigatorButton: Use arrow as separators Due to the feedback of regular separator not being good enough for separating folders, use an arrow separator instead. This also refactors bunch of code around the button, so it should be easier to tweak over time. Remove icons due to the added clutter. They would work with full height chevrons but those are not technically feasible at this time. Related: bug 501587, bug 501575, bug 501582, bug 501589, bug 501706 FIXED-IN: 6.14 M +38 -20 src/filewidgets/kurlnavigator.cpp M +15 -0 src/filewidgets/kurlnavigator.h M +75 -70 src/filewidgets/kurlnavigatorbutton.cpp M +5 -3 src/filewidgets/kurlnavigatorbutton_p.h M +10 -14 src/filewidgets/kurlnavigatorbuttonbase.cpp M +1 -1 src/filewidgets/kurlnavigatortogglebutton.cpp https://invent.kde.org/frameworks/kio/-/commit/7067680d23229b80dd92d837ee129e987ba875e7 |