Skip to content

[Bug] discord-appimage desktop file not showing up in gnome app list #16

@alydevs

Description

@alydevs

App image: https://github.com/srevinsaju/discord-appimage
Command: pho install github srevinsaju/discord-appimage
.local/share/applications/discord-appimage.desktop:

[Desktop Entry]
Name=Discord
StartupWMClass=discord
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
GenericName=Internet Messenger
Exec=/home/aly/.local/share/pho/applications/discord-appimage/discord-appimage.AppImage

The AppImage contains a working .desktop, pho seems to truncate it after the Exec= line so excludes the Type=Application line that would make it appear in the launcher. https://github.com/srevinsaju/discord-appimage/blob/master/discord.desktop

Expected:

[Desktop Entry]
Name=Discord
StartupWMClass=discord
Comment=All-in-one voice and text chat for gamers that's free, secure, and works on both your desktop and phone.
GenericName=Internet Messenger
Exec=/home/aly/.local/share/pho/applications/discord-appimage/discord-appimage.AppImage
Icon=/home/aly/.local/share/pho/applications/discord-appimage/discord-appimage.png
Type=Application
Categories=Network;InstantMessaging;

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: doneHas been fixed or implementedtype: bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions