Installation for Ubuntu

General discussion about StarTools.
Post Reply
groundball_with_eyes
Posts: 2
Joined: Fri Mar 18, 2022 7:31 pm

Installation for Ubuntu

Post 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.
User avatar
admin
Site Admin
Posts: 3367
Joined: Thu Dec 02, 2010 10:51 pm
Location: Melbourne
Contact:

Re: Installation for Ubuntu

Post by admin »

Hi,

Perhap try something to this effect;

Code: Select all

bash -c "cd /home/<username>/StarTools/ && ./StarTools-Linux64-GPU"
Ivo Jager
StarTools creator and astronomy enthusiast
groundball_with_eyes
Posts: 2
Joined: Fri Mar 18, 2022 7:31 pm

Re: Installation for Ubuntu

Post 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!
Post Reply