STEPS TO REPRODUCE 1. Open Dolphin 2. Create a new folder "foo" 3. Create a new tab with Ctrl + T 4. Open the folder "foo" 5. Switch to the first tab, which is parent of "foo" 6. Rename "foo" to "foo 2" 7. Rename "foo 2" to "foo 3" OBSERVED RESULT 6. The 2nd tab still says "foo" 7. Then 2nd tab now says "foo 2" instead of "foo 3" 8. And the so on ... The renaming is immediately taken into account in the address bar though. SOFTWARE/OS VERSIONS Operating System: Fedora Linux 41 KDE Plasma Version: 6.2.3 KDE Frameworks Version: 6.8.0 Qt Version: 6.8.0 Kernel Version: 6.11.7-300.fc41.x86_64 (64-bit) Graphics Platform: Wayland
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. ***