Bug 491043

Summary: Kate terminal doesn't automatically cd when changing tabs
Product: [Applications] kate Reporter: João Figueiredo <jf.mundox>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: waqar.17a
Priority: NOR    
Version First Reported In: 24.07.80   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description João Figueiredo 2024-07-31 01:38:43 UTC
SUMMARY
When changing between tabs with files from different directories, the terminal plugin doesn't automatically cd into each directory as it did before.

STEPS TO REPRODUCE
1. Open two files from different directories;
2. Open the terminal plugin;
3. Change between tabs.

OBSERVED RESULT
The working path stays set to the directory of the file in the first tab.

EXPECTED RESULT
The terminal should adjust the working directory to match each tab.


SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.1.3
KDE Frameworks Version: 6.4.0
Qt Version: 6.8.0
Kernel Version: 6.10.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Comment 1 Waqar Ahmed 2024-07-31 09:48:43 UTC
Did you check "Terminal" settings? Set it to "Automatically synchronize the current terminal tab with the current document when possible"

Reopen the bug, if it still doesn't work
Comment 2 João Figueiredo 2024-08-01 00:33:04 UTC
Oh yeah, that was it; not sure why the setting changed. Thank you!