https://bugs.kde.org/show_bug.cgi?id=510250
Bug ID: 510250
Summary: Open Terminal Here shortcut doesn't pass the current
directory as working directory to terminal
Classification: Applications
Product: dolphin
Version First unspecified
Reported In:
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
I'm using Ghostty, and I remember this used to work. And I've set Ghostty
option `gtk-single-instance = false` in `~/.config/ghostty/config` to better
observe the options passed in by Dolphin.
STEPS TO REPRODUCE
1. Ctrl+Alt+T, open the first Ghostty terminal.
2. Navigate to some directory in Dolphin.
3. Press Open Terminal Here shortcut in Dolphin (FWIW, I remember before it was
Shift+F4 but in settings it is Alt+Shift+F4 now, anyway I have tried both and
they produce the same result)
4. Click "Open Ghostty Here" from the right-click menu in Dolphin.
OBSERVED RESULT
Observe the three Ghsotty process launch options: (in order of launch)
```
/usr/bin/ghostty --gtk-single-instance=true --initial-window=false
/usr/bin/ghostty
/usr/bin/ghostty --working-directory=/home/asuna/dev
```
EXPECTED RESULT
```
/usr/bin/ghostty --gtk-single-instance=true --initial-window=false
/usr/bin/ghostty --working-directory=/home/asuna/dev
/usr/bin/ghostty --working-directory=/home/asuna/dev
```
SOFTWARE/OS VERSIONS
Operating System: Arch Linux
KDE Plasma Version: 6.4.5
KDE Frameworks Version: 6.18.0
Qt Version: 6.9.2
--
You are receiving this mail because:
You are watching all bug changes.