Bug 455551 - Could not launch script from dolphin
Summary: Could not launch script from dolphin
Status: RESOLVED DUPLICATE of bug 431233
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR critical
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-18 12:51 UTC by Jackson Novak
Modified: 2024-06-13 22:48 UTC (History)
3 users (show)

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


Attachments
Here is a screenshot of the error. (74.03 KB, image/png)
2022-06-18 12:51 UTC, Jackson Novak
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***