Plexamp .desktop file for Linux

Hey all,

If anybody using Plexamp on Linux is missing a launcher icon, I’ve put together a .desktop file you can use.

  1. Download this svg to a location in your user directory. I put mine in ~/.icons/plexamp/plexamp.svg.
  2. 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
  1. Replace the Exec and Icon paths with the path to your Plexamp.AppImage executable, and your newly created icon path, respectively.
  2. 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.

8 Likes
sudo apt install alacarte

I was having issues. Not sure what I was doing wrong. Found this application which does everything for you in a GUI. Just point it to where you want the shortcut and all the files are and you are good to go.

I am back with an even better solution.

Install this then every time you download an appimage it will ask you if you want to run once or install it. It will create the icon file and move the appimage to a directory of your choosing.

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.