Created attachment 126131 [details] Dolphin | Actions | Open Terminal Here SUMMARY Konsole may not contain STEPS TO REPRODUCE 1. Actions | Open Terminal Here 2. Select an executable. Actions | Run In Konsole OBSERVED RESULTS 1. Shell attributes are exhibited as expected; see dolphin_Open-Terminal-Here_Konsole.png Application named 'terminal'. 2. Shell attributes are not exhibited; see dolphin_Run-in-konsole_Konsole.png Application named 'konsole'. EXPECTED RESULTS - Shell exhibition to be permanent as required to run an application made executable such as an Appimage; e.g. './<application>' - Application naming unity; all either 'terminal' or 'konsole'. SOFTWARE/OS VERSIONS dolphin: 19.12.1 Operating System: Fedora 31 KDE Plasma Version: 5.17.5 KDE Frameworks Version: 5.66.0 Qt Version: 5.13.2
Created attachment 126132 [details] Dolphin | Actions | Run In Konsole
This is expected. The "Open Terminal" action comes from Dolphin, which does not know what terminal might be embedded. It is probably a Konsole-based terminal, but at some point in the future it could be something else. Also, even though the embedded terminal fomes *from* Konsole, technically speaking it is not Konsole. Konsole is a standalone app. So using a generic term makes sense here IMO. However the menu item comes from Konsole, which has to use its real name so you know what app will open the file. Imagine that you had both Konsole and gnome-terminal installed and both of them exposed an action called "Run in Terminal." You wouldn't know which app it would open in!