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
Exec=
line seems to be wrong. Try/home/YOUR-USERNAME/Desktop/MellowPlayer-x86_64.AppImage
. – pomsky Jan 25 '18 at 01:25~/.local/share/applications
and it should appear in the applications overview and from there you should be able to add it to the favorites bar. – hexman Jan 25 '18 at 06:29