-
Notifications
You must be signed in to change notification settings - Fork 5
[Bug] discord-appimage desktop file not showing up in gnome app list #16
Copy link
Copy link
Closed
Labels
status: doneHas been fixed or implementedHas been fixed or implementedtype: bugSomething isn't workingSomething isn't working
Description
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;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status: doneHas been fixed or implementedHas been fixed or implementedtype: bugSomething isn't workingSomething isn't working