Hey all,
If anybody using Plexamp on Linux is missing a launcher icon, I’ve put together a .desktop file you can use.
- Download this svg to a location in your user directory. I put mine in
~/.icons/plexamp/plexamp.svg. - Copy the below into a text editor.
[Desktop Entry]
Name=Plexamp
Comment=A beautiful Plex music player for audiophiles, curators, and hipsters
Exec=/path/to/your/plexamp.AppImage %U
Terminal=false
Type=Application
Icon=/path/to/your/plexamp.svg
Categories=Sound;\s;Audio;
MimeType=application/x-iso9660-appimage;
NoDisplay=false
X-GNOME-UsesNotifications=true
- Replace the
ExecandIconpaths with the path to your Plexamp.AppImage executable, and your newly created icon path, respectively. - Save this file to
~/.local/share/applications/plexamp.desktop.
Plexamp should now be visible in whichever app launcher you’re using. Some distros/desktop environments may require a logout/login for it to appear.
This was tested in Ubuntu and elementary OS.