If I press ENTER on a .sh file it starts the script in background (no terminal attached).
I tried Open With -> Konsole but konsole expects '-e' to run the script so that does not work.
So I thought of creating a user action. My problem is that Workdir is absolute. If I let it unset it points to /tmp. So that does not fit either. I need to run the script in current dir as it is normally the case.
I can imagine more complex solutions but I think this should be easy.
Any help is appreciated.