Bug 505981 - “Open Terminal Here” does nothing when triggered from Dolphin context menu
Summary: “Open Terminal Here” does nothing when triggered from Dolphin context menu
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: KDE Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-06-22 16:36 UTC by dida
Modified: 2025-06-23 06:39 UTC (History)
2 users (show)

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


Attachments
bug (28.45 KB, image/png)
2025-06-22 16:36 UTC, dida
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dida 2025-06-22 16:36:33 UTC
Created attachment 182526 [details]
bug

“Open Terminal Here” does nothing when triggered from Dolphin context menu.
The console is that one from KDE Linux. (flatpak-spawn)

STEPS TO REPRODUCE
1. right click
2. open terminal here (alt + shift + f4)
3. no effect

SOFTWARE/OS VERSIONS

Operating System: KDE Linux 2025-06-22
KDE Plasma Version: 6.4.80
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
Kernel Version: 6.15.2-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 9700X 8-Core Processor
Memory: 32 GiB of RAM (30.5 GiB usable)
Graphics Processor 1: AMD Radeon RX 7900 XT
Graphics Processor 2: AMD Radeon Graphics
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7E26
System Version: 1.0
Comment 1 budayboldi52 2025-06-22 22:04:41 UTC
Are you sure that konsole exist, in your system? I used to have the same problem, when i unistalled it. Check ls /usr/bin/konsole
Comment 2 dida 2025-06-23 06:39:49 UTC
[dida@dida-kuebel ~]$ ls /usr/bin/konsole
ls: Zugriff auf '/usr/bin/konsole' nicht möglich: Datei oder Verzeichnis nicht gefunden
[dida@dida-kuebel ~]$ ps -p $$ -o comm,cmd
COMMAND         CMD
bash            /bin/bash
[dida@dida-kuebel ~]$ flatpak list | grep konsole
Konsole org.kde.konsole 25.04.2 master  konsole-nightly system
[dida@dida-kuebel ~]$ flatpak info --show-location org.kde.konsole
/var/lib/flatpak/app/org.kde.konsole/x86_64/master/8b1ee805584760fa0c67473e4f584d4893f73a05b1611b69c37227696eeab92d
[dida@dida-kuebel ~]$ wich konsole
bash: wich: Kommando nicht gefunden.
[dida@dida-kuebel ~]$ 

Then it's either KDE Linux's problem, or you also need to consider Flatpak versions. There's only one Flatpak version here. The system is immutable.