Thank you for downloading Gravit Designer! We hope you like it!
The Linux version of Gravit Designer is packaged using the AppImage distribution format.
We chose to package our app through this format because this way our users can run it in any Linux distribution without having to install anything. All you have to do is follow two simple steps to have Gravit Designer running on your Linux distribution!
Copy the GravitDesigner.AppImage file to any folder you want. If you want to change the folder after installing it, you will have to uninstall Gravit Designer first.
By default, Linux is not able to run AppImage files, so you have to give permission for it. There are two ways to do that:
- Right-Click GravitDesigner.AppImage
- Open Properties
- In tab Permissions, enable the option 'Allow executing file as program', if disabled
- chmod a+x GravitDesigner.AppImage
- Double-click the file and, when asked to integrate it with the system, choose Yes. Your app is installed!
To unistall Gravit Designer, you have two options:
- Manually remove the following file: /home/$USER/.local/share/applications/Gravit Designer OR
- Open the Terminal (CTRL + ALT + T) and run the following command: rm /home/$USER/.local/share/applications/appimagekit-gravit-designer.desktop