Page 1 of 1

Installation for Ubuntu

Posted: Sun Mar 20, 2022 8:41 pm
by groundball_with_eyes
Hi. I'm currently running StarTools8 (v1.8.525) on Ubuntu 20.04 and am having difficulty getting it to run from a Desktop icon. The command string is as follows: "cd /home/<username>/StarTools/ && ./StarTools-Linux64-GPU". This runs fine from the command line but when I attempt to run from within a Desktop icon it throws a fairly generic error: "There was an error launching the application".

Anyone have any experience with this sort of thing? Incidentally, I've had very little luck running StarTools from a more conventional location like /usr/local/bin so that's why the app resides in my user directory.

Re: Installation for Ubuntu

Posted: Mon Mar 21, 2022 12:10 am
by admin
Hi,

Perhap try something to this effect;

Code: Select all

bash -c "cd /home/<username>/StarTools/ && ./StarTools-Linux64-GPU"

Re: Installation for Ubuntu

Posted: Tue Jun 28, 2022 5:58 pm
by groundball_with_eyes
Ivo:

I was perusing the forum and realized that you had replied to a question I'd posted back in March. Shortly after posting that, I had to put AP aside for awhile and totally forgot about it. Sorry for not responding sooner. Many thanks for that tip. It worked a treat!