0

I have downloaded Mellow Player as an AppImage. I can run this with no problems from the terminal, however I would like to lock this to the Favourites panel.

I have tried creating a mellow-player.desktop file, this again works at opening Mellow Player but there is still no option to add to favourites. This is the .desktop file I created:

[Desktop Entry]
Type=Application
Terminal=false
Exec=/home/Desktop/MellowPlayer-x86_64.AppImage
Name=mellow-player
pomsky
  • 70,557

1 Answers1

0

The Exec= line seems to be wrong. Change it to

Exec=/home/YOUR-USERNAME/Desktop/MellowPlayer-x86_64.AppImage

(Put your username in place of YOUR-USERNAME)

Then follow this Q&A: Can't add Custom .desktop files to dock 17.10

pomsky
  • 70,557