Create a Run command file

Hi all,
my first question here on MATE Forum.

I have installed Scythebill (as I am a birder) on MATE. Now to run it, I have to type the following in the terminal each time:

~/Scythebill/Scythebill.run

What I would like to do, is create an executable/run file I can just double click to run the program. Is this possible or not? Below is the return I get from terminal when the run command is entered:

Jun 23, 2016 9:52:07 AM com.scythebill.birdlist.ui.app.FrameRegistry startLoadingReportSet
INFO: Initiating load of /home/simon/List-simon.bsxm
Jun 23, 2016 9:52:07 AM com.scythebill.birdlist.ui.app.FrameRegistry$1 run
INFO: Completed load of /home/simon/List-simon.bsxm

Thanks for any advise and info.

Kind regards,
Simon.

Right click on your desktop, click “create launcher”, name it like you want and use:

/home/simon/Scythebill/Scythebill.run

as the command field.

2 Likes

If you’d also like the software to be in your applications menu you could make a .desktop entry for it on your system.

Here is an article that covers the creation of basic .desktop entry:
https://developer.gnome.org/integration-guide/stable/desktop-files.html.en

1 Like

Very simple! Many thanks.

Oh yes, very good, I like it!