Saturday, May 18, 2024
 Popular · Latest · Hot · Upcoming
24
rated 0 times [  24] [ 0]  / answers: 1 / hits: 24585  / 3 Years ago, sat, june 26, 2021, 10:10:44

I want to create desktop entry for Inkscape AppImage. I'm having some issues because I don't have all MimeTypes or an clear idea about running that kind of app on desktop entry.


Does anyone knows how can I achieve such thing?


More From » 20.10

 Answers
3

You can do it manually, or you can do it like it's described here: Registering AppImage Files as a desktop app.


Since you want to do it manually, you can do it like this.



  1. Download the official Inkscape AppImage.

  2. Make it executable, run: chmod +x inkscape.AppImage.

  3. Move it to an appropriate path, like ~/.local/bin.

  4. Extract the AppImage, run inkscape.AppImage --appimage-extract; a directory will be created called squashfs-root in the directory where the AppImage was extracted.

  5. Enter the directory squashfs-root and copy the desktop launcher org.inkscape.Inkscape.desktop to ~/.local/share/applications; then edit the desktop launcher to point to the path of the AppImage, i.e., Exec=$HOME/.local/bin/inkscape.AppImage.

  6. Remove the directory squashfs-root.


Note: The AppImage file name doesn't have to have .AppImage; the system will know what it is. If the icon isn't displayed, the icon theme you're using is missing the file org.inkscape.Inkscape. You can also edit the desktop launcher to use whatever icon is provided by the icon theme.


[#1756] Sunday, June 27, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
hamostic

Total Points: 403
Total Questions: 142
Total Answers: 112

Location: Iceland
Member since Sat, Sep 17, 2022
2 Years ago
;