Bug 446169 - When running executable files, open in a terminal app rather than running them silently
Summary: When running executable files, open in a terminal app rather than running the...
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-27 19:04 UTC by Nate Graham
Modified: 2021-11-27 19:04 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nate Graham 2021-11-27 19:04:44 UTC
STEPS TO REPRODUCE
1. Create a file with something like this in it:

```
#!/bin/sh

echo "Hello"
```

2. Make it executable
3. Click on it in Dolphin


OBSERVED RESULT
Nothing happens. You have no way of knowing that it did what it said it was going to do, or even that it did anything at all


EXPECTED RESULT
The script opens in Konsole so that:
- It looks like something happened
- Any command-line output is visible
- If it did anything nefarious, you have a chance to see its output


This is like Bug 445159, for for Dolphin (that's for KRunner).