Bug 427362 - Ruby scripts are not executed, text editor is opened instead
Summary: Ruby scripts are not executed, text editor is opened instead
Status: RESOLVED DUPLICATE of bug 425829
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 20.08.1
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-05 13:27 UTC by Riccardo Robecchi
Modified: 2020-10-05 14:44 UTC (History)
2 users (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 Riccardo Robecchi 2020-10-05 13:27:28 UTC
SUMMARY
Executable Ruby files are not launched, but opened in the text editor. This makes it mandatory to launch them using the terminal instead of using a GUI. 

STEPS TO REPRODUCE
1. select an executable Ruby script (e.g. Rubyripper) 
2. launch it

OBSERVED RESULT
Kate, or the default text editor, launches.

EXPECTED RESULT
The Ruby script executes like other script files (e.g. Bash scripts).

SOFTWARE/OS VERSIONS
Linux: KDE neon 5.19.5
KDE Plasma Version: 5.19.5
KDE Frameworks Version: 5.74.0
Qt Version: 5.15
Dolphin Version: 20.08.1

ADDITIONAL INFORMATION
This issue started manifesting itself after the update to KDE neon 20.04. It was not present with neon 18.04 and a previous version of Dolphin (20.04).
Comment 1 Nate Graham 2020-10-05 14:42:49 UTC
Should be fixed in Frameworks 5.75.

*** This bug has been marked as a duplicate of bug 425829 ***
Comment 2 Riccardo Robecchi 2020-10-05 14:44:49 UTC
(In reply to Nate Graham from comment #1)
> Should be fixed in Frameworks 5.75.
> 
> *** This bug has been marked as a duplicate of bug 425829 ***

Thank you Nate, I tried looking for other bugs but didn't find the one you linked (and, curiously enough, scripts in languages other than Ruby work fine for me).