LinuxTips - ProkopHapala/FireCore GitHub Wiki
- Gnome : open with AppImage
- in
~/.local/share/applications
has to be *.desktop
with line Exec=/home/prokop/SW/Inkscape-091e20e-x86_64.AppImage %f
, notice the %f
arguments, that is the key to be able open a file with it. For example ~/.local/share/applications/inkscape.desktop
with content like this:
[Desktop Entry]
Type=Application
Name=Inkscape
GenericName=Inkscape
Comment=Open-source software prototyping platform
Exec=/home/prokop/SW/Inkscape-091e20e-x86_64.AppImage %f
Icon=processing-pde
Terminal=false
Categories=Graphics;IDE;Programming;
MimeType=text/x-processing;
Keywords=graphics;vector;
StartupWMClass=processing-app-ui-Splash