-
Notifications
You must be signed in to change notification settings - Fork 3
LinuxTips
Prokop edited this page Feb 7, 2024
·
2 revisions
-
Gnome : open with AppImage
- in
~/.local/share/applicationshas to be*.desktopwith lineExec=/home/prokop/SW/Inkscape-091e20e-x86_64.AppImage %f, notice the%farguments, that is the key to be able open a file with it. For example~/.local/share/applications/inkscape.desktopwith content like this:
- in
[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