The method phd21 describes works well, and it is what I used until I discovered
AppImageLauncher. It installs from a DEB, and the name he “1-alpha” part name of the DEB
suggests the package is in alpha stage, which might be of some concern. I recommend reading the README.md - it is long, but I would not treated it as TLDR.
I installed it a couple of weeks ago - it did not install any additional dependencies and I have not experienced any problems that could be linked to it. However, my experience does not ensure AppImageLauncher will not break your system and void your Linux Mint warranty.
AppImageLauncher is a utility that makes your Linux desktop "AppImage ready.” It integrates an AppImage to the desktop by creating a launcher for the Main Menu or application launcher, and it makes it possible to run an AppImage without having to make it executable first.
https://github.com/TheAssassin/AppImageLauncher
Downloads are available on the releases page.
https://github.com/TheAssassin/AppImage ... /releases
A review is here
https://www.linuxuprising.com/2018/04/e ... files.html
From here on out, AI=AppImage and AIL=AppImageLauncher .
AIL is available as a 64-bit DEB and as an AI (that is suitable for taking AIL for a test drive, but all of the features are not supported). There are TWO versions of the DEB - a special version had to be made for Ubuntu Bionic (LM19.x) because Bionic broke with the backwards compatibility of its
libcurl
packages.
For LM-17.x or LM18.x, use
Code: Select all
appimagelauncher_1-alpha-travis212.git20180712.7949d8d_amd64.deb
For LM19.x, use
Code: Select all
appimagelauncher_1-alpha-travis212.git20180712.7949d8d.bionic_amd64.deb
The AppImage is
Code: Select all
AppImageLauncher-travis212-git20180712.7949d8d-x86_64.AppImage
Another feature and a slight problem
AIL also provides a method to update an AI if the desktop environment supports desktop actions. This update feature does not appear to work with the MATE DE - if it does, I have not found a way to use it - so I cannot confirm whether this works or how well it works.
I suspect AIL can only update an AI that was built to be updated. Most of the AIs I use are not built to be updated. And since I cannot test it, I do not know what AIL does with the older version.
The problem?
When AIL “integrates” an AI it moves the AI file to a pre-defined location - for me it is
/home/user/Applications/
. It might be different for you, so pay attention to the AIL pop-up dialog. I have not found a way to change this default location.
Prior to installing AIL I stored my AIs in ~/AppImages, and that was where I launched them. I was thrown into a ‘Where did it go?!’ panic the first time I tried to launch an integrated AI from the file browser and the file was not in the ~/AppImages folder.