https://bugs.kde.org/show_bug.cgi?id=523219
Bug ID: 523219
Summary: Dolphin console finishing command sets active dir of
selected tab back to active dir of command, even if
gui had navigated elsewhere/changed tabs
Classification: Applications
Product: dolphin
Version First 26.04.3
Reported In:
Platform: CachyOS
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: panels: terminal
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
DESCRIPTION
When Dolphin's console finishes a command, the active tab's path is set to the
working directory of the command. This undoes any navigation made in that tab
during the command, and if tabs were switched during the command, the new
active tab becomes a duplicate of the active tab from when the command was
started.
STEPS TO REPRODUCE
1. Run any command with non-trivial execution time (I tested with both `sleep`
and opening Blender)
2. Navigate within the current tab or change to a new tab
3. Let the command finish
OBSERVED RESULT
The active tab's path is set to where the command was run from.
EXPECTED RESULT
GUI view is left alone and console resyncs, such as by running a deferred `cd`.
SOFTWARE/OS VERSIONS
Operating System: CachyOS
KDE Plasma Version: 6.7.2
KDE Frameworks Version: 6.27.0
Qt Version: 6.11.1
Dolphin version: 26.04.3
ADDITIONAL INFORMATION
Previous(/expected) state can be recovered with the back button since directory
history is retained on the affected tab.
--
You are receiving this mail because:
You are watching all bug changes.