Desktop file for Linux not generated with AppImage
See original GitHub issue-
Version: 20.38.5
-
Target: Linux AppImage
After lot of test, the .desktop file for AppImage target is not generated.
I try multiple methods, create my own .desktop file, not create etc…
No problem on deb
target.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:14 (1 by maintainers)
Top Results From Across the Web
How can I create desktop entry for an AppImage? - Ask Ubuntu
2 Answers 2 · Download the official Inkscape AppImage. · Make it executable, run: chmod +x inkscape.AppImage . · Move it to an...
Read more >Can I make a .desktop file for an appimage? My goal is to add ...
Yes, .desktop file runs whatever you put in the Exec= line, if it's an appimage it works like any other executable.
Read more >How to fix 'Error: No .desktop files found' for manual AppImage ...
Solved. Accidentally copied the AppRun to my executable. So AppRun -> calls AppRun can't find the .desktop in the usr/bin directory.
Read more >How To Use AppImage in Linux [Complete Guide] - It's FOSS
Here's the complete guide about using AppImage in Linux. ... If you choose desktop integration, you'll have a few files created in your...
Read more >How to create desktop shortcut for an AppImage - Linux Shout
AppImage desktop integration is not going to happen automatically. It is because this is a portable executable file meant to run on almost ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
yes,in order to let multi-targets works,I have to add ${arch} for different bundles
Hello, I do not understand if we can include a .desktop file or if now it is handled by AppImageLauncher do you have some documentation regarding this?