Bug 427362

Summary: Ruby scripts are not executed, text editor is opened instead
Product: [Applications] dolphin Reporter: Riccardo Robecchi <sephiroth_pk>
Component: generalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED DUPLICATE    
Severity: normal CC: kfm-devel, nate
Priority: NOR    
Version: 20.08.1   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed In:

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).