This is an update to the 1.4.03 beta to provide additional support for the Linux release.
If you’ve never run an AppImage file before, there are 2 steps you’ll need to take:
- You need to make sure that your system has libfuse2 installed. On Ubuntu and its derivatives, use
sudo apt install libfuse2
from a terminal. - You have to make the AppImage file executable. Depending on your graphical interface, the menus may differ slightly from this animated example: https://i.stack.imgur.com/hWTb4.gif Otherwise, you can do it from the terminal as well if you prefer, using
chmod a+x <Path to>/LightBurn_1.4.03.AppImage
If you need additional help to run the AppImage itself (not the AppImage having a problem - this is what this discussion is for, to give us feedback), you can read through this AskUbuntu thread: packaging - What is an "AppImage"? How do I install it? - Ask Ubuntu