This is just how Linux behaves. You do not “install” things and put the required desktop files in the right places. Using the RPM / DEB should fix this as they do place things in the correct places.
Not sure you can without the installation (see answer #1) However I’m not 100% sure on this one.
You could - or just use the DEB/ RPM and install it so they originally land in the right places.
[quote=413181:@Jason Parsley]1) This is just how Linux behaves. You do not “install” things and put the required desktop files in the right places. Using the RPM / DEB should fix this as they do place things in the correct places.
2) Not sure you can without the installation (see answer #1) However I’m not 100% sure on this one.
3) You could - or just use the DEB/ RPM and install it so they originally land in the right places.
4) You don’t on Linux.[/quote]
OK, what you are saying is that I should have downloaded as for Ubuntu/Debian Linux, which I have now done and that fixes (1) and (3) above. Once I’d done that I could do (2). Pity about (4), I must say.
I was led to downloading the TGZ archive as it mentions Mint, which I am running in a VM.
[quote=413214:@Tim Jones]You may use the TGZ on any distribution.
Download the TGZ file
Open a Terminal/Xterm
sudo -s
mkdir /opt/xojo
cd /opt/xojo
tar -zxvf ~/Downloads/Xojo…tgz (your downloaded Xojo tarball
This will put the Xojo IDE in /opt/xojo/xojo2018r3/[/quote]
Thanks for that. Now I’ve used the .deb file, it’s all happened by itself, however it’s useful to see where stuff is supposed to go and what’s needed to go where.