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
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
[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.