Hello.
I have a script with the following contents:
#!/bin/bash
echo … zipping core
zip tap_checker_core_ -r ./core
which I have saved in a file called “zipit.sh” (and via right click -“properties”-“permissions”, I set the permission to everybody can “read & write” and “Is executable”)
From the terminal in Dolphin I can run the script fine by writing “./zipit.sh” (a zip file gets created in the same dir) However I cant seem to get the script to run (no zip file gets created) when i just click on it in the Dolphin Gui.
Can anybody tell me what I might be omitting to do, or why this isnt working?
Thanks in Advance.