Summary: | Dolphin terminal not synchronized | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Antonio <antonio.artzfdz> |
Component: | panels: terminal | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdedev, kfm-devel, p.r.worrall |
Priority: | NOR | ||
Version: | 23.04.0 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
Terminal goes to /Downloads folder, but Dolphin itself does not go to the folder
Dolphin terminal goes to /Downloads folder even without the first bash command |
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. 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.
I'm not able to reproduce this on KDE Neon or Dolphin compiled from source When I type /home/myuser/Downloads into the terminal, the folder window changes to match This should be fixed on your system when you update Ubuntu |
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