Skip to content

Correct desktop file missing in AppImage #10

@probonopd

Description

@probonopd

This is clearly wrong:

linux@linux:~> /home/linux/Downloads/ubunsys_2017.09.09.03-ubuntu_all_amd64.AppImage --appimage-extract '*.desktop'                                                     
squashfs-root/default.desktop

linux@linux:~> cat squashfs-root/default.desktop
[Desktop Entry]
Type=Application
Name=Application
Exec=AppRun %F
Icon=default
Comment=Edit this default file
Terminal=true

Please put the correct desktop file into the AppDir at usr/share/applications/ubunsys.desktop (If needed, change make install to do this), and delete all instances of default.desktop placeholders.

Please make sure that your desktop file passes desktop-file-validate without any errors and does not have any absolute paths, e.g., to /usr/bin or /usr/share.

Reference:
https://travis-ci.org/AppImage/appimage.github.io/builds/273757928#L721

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions