Bug 455551

Summary: Could not launch script from dolphin
Product: [Applications] dolphin Reporter: Jackson Novak <ogloooglooagla>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: critical CC: kdedev, kfm-devel, meven29
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Here is a screenshot of the error.

Description Jackson Novak 2022-06-18 12:51:20 UTC
Created attachment 149892 [details]
Here is a screenshot of the error.

I am trying to open a .sh file, but I can't. If it is important, I use Garuda Linux (Arch - Linux Zen Kernel).
Comment 1 Méven Car 2022-06-19 07:06:35 UTC
I guess you are trying to launch/execute it not open it.

Try adding `#!/bin/bash` as first line in your sh file.
Comment 2 TraceyC 2024-06-13 22:48:07 UTC
This looks like the same bug as https://bugs.kde.org/show_bug.cgi?id=431233
If you add `#!/bin/bash` as suggested, you should be able to execute the script from Dolphin

*** This bug has been marked as a duplicate of bug 431233 ***