Bug 469738 - Dolphin terminal not synchronized
Summary: Dolphin terminal not synchronized
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: panels: terminal (show other bugs)
Version: 23.04.0
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-14 11:28 UTC by Antonio
Modified: 2023-05-16 17:01 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Terminal goes to /Downloads folder, but Dolphin itself does not go to the folder (83.63 KB, image/png)
2023-05-14 11:28 UTC, Antonio
Details
Dolphin terminal goes to /Downloads folder even without the first bash command (80.53 KB, image/png)
2023-05-15 17:10 UTC, Antonio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2023-05-14 11:28:44 UTC
Created attachment 158936 [details]
Terminal goes to /Downloads folder, but Dolphin itself does not go to the folder

SUMMARY
Hi,

I am a new user of Ubuntu (22.04.2) and just installed dolphin file manager. However, dolphin terminal seems to not be synchronized with the folders that I open. Also, when I type some command in dolphin terminal such as 'cd /homes/antonio/Downloads' instead of taking me to the indicated folder, the terminal itself goes there without showing the destination folder in dolphin.

I have searched how to synchronize dolphin terminal but haven´t obtained any solution.

STEPS TO REPRODUCE
1. cd /home/antonio/Downloads

OBSERVED RESULT
terminal goes to destination folder

EXPECTED RESULT
destination folder showing in dolphin window
Comment 1 Paul Worrall 2023-05-14 16:34:58 UTC
The first command in your screenshot 'bash' creates a sub-shell of the one launched by the dolphin terminal.  Dolphin does not track changes in the current directory of sub-processes (or sub-sub-processes etc). Without the first bash command it should behave as you say.
Comment 2 Antonio 2023-05-15 17:10:49 UTC
Created attachment 158975 [details]
Dolphin terminal goes to /Downloads folder even without the first bash command

I don't think 'bash' command was the issue as even without it the terminal goes to the folder but the Dolphin window remains at home.