Summary: | Need to rename folder twice to make it reflect in the tab title | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | postix <postix> |
Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | akselmo, greg, kfm-devel, nate |
Priority: | NOR | ||
Version First Reported In: | 24.08.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=437603 | ||
Latest Commit: | https://invent.kde.org/system/dolphin/-/commit/6c7c04718b573ed9c382e289c361acbe6bd456b9 | Version Fixed In: | |
Sentry Crash Report: |
Description
postix
2024-11-18 10:59:08 UTC
Can reproduce dolphin 25.03.70 Operating System: Fedora Linux 41 KDE Plasma Version: 6.2.80 KDE Frameworks Version: 6.9.0 Qt Version: 6.8.0 Kernel Version: 6.11.8-300.fc41.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15,5 GiB of RAM Graphics Processor: AMD Radeon RX 6600 A possibly relevant merge request was started @ https://invent.kde.org/system/dolphin/-/merge_requests/865 Git commit 6c7c04718b573ed9c382e289c361acbe6bd456b9 by Akseli Lahtinen. Committed on 28/11/2024 at 10:46. Pushed by akselmo into branch 'master'. DolphinTabPage: Update container view url on redirection On url redirect, we should check which container url is being changed and then update it accordingly. This makes sure the tab name is updated. We also should not disconnect redirection on view activation since the redirection might be used by the other split. The disconnection is done in `setSplitViewEnabled` instead. This allows us to update the tab name every time the url changes, even inside a splitview where the split which name is changed is not active. M +14 -4 src/dolphintabpage.cpp https://invent.kde.org/system/dolphin/-/commit/6c7c04718b573ed9c382e289c361acbe6bd456b9 *** Bug 437603 has been marked as a duplicate of this bug. *** |