Package Details: plexamp-appimage 4.12.0-1

Git Clone URL: https://aur.archlinux.org/plexamp-appimage.git (read-only, click to copy)
Package Base: plexamp-appimage
Description: Modern music client for Plex
Upstream URL: https://plexamp.com
Conflicts: plexamp
Provides: plexamp
Submitter: TheGoliath
Maintainer: joeleg
Last Packager: joeleg
Votes: 26
Popularity: 0.020644
First Submitted: 2020-06-28 20:24 (UTC)
Last Updated: 2025-03-30 22:05 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

apastuszak commented on 2021-02-23 23:43 (UTC)

New SHA512SUM

6a310f421ded1855c3764dfdfe4b6c8f179656c0ed7a600769ec45853744c16efc0bcfbb43e29fe82b876740f6380f36068b465d3c89067de7bd826c70723749

apastuszak commented on 2021-02-23 23:30 (UTC)

Getting this error when I try to install:

==> Validating source files with sha512sums... Plexamp-3.4.2.AppImage ... FAILED ==> ERROR: One or more files did not pass the validity check!

owendaprile commented on 2021-01-31 04:43 (UTC) (edited on 2021-01-31 04:43 (UTC) by owendaprile)

For the icon issue, a better workaround for this package would be installing the icon files from squashfs-root/usr/share/icons/hicolor/$resolution/apps/plexamp.png. You could use something like this:

for res in "16x16" "32x32" "48x48" "64x64" "128x128" "256x256" "512x512"; do
    install -Dm644 squashfs-root/usr/share/icons/hicolor/$res/apps/plexamp.png $pkgdir/usr/share/icons/hicolor/$res/apps/plexamp.png
done

Also, you may want to include --disable-seccomp-filter-sandbox in the Exec line of the desktop file since some users appear to have problems with that.

guitaristtom commented on 2021-01-30 23:52 (UTC)

This isn't launching for me at all. Even is I run Plexamp.AppImage from the command line it doesn't launch.

NoobAlice commented on 2020-10-26 05:14 (UTC)

You have this AUR package plexamp-appimage and the AUR package plexamp-appimg. If they're the same thing, please submit a merge request for them.

His_Turdness commented on 2020-05-21 00:45 (UTC) (edited on 2020-05-21 00:45 (UTC) by His_Turdness)

"Yes, I think launching plexamp with "Plexamp.AppImage --disable-seccomp-filter-sandbox" is the recommended solution right now (make sure no plexamp process is running already i.E. with pkill plexamp)."

Noob question: how do I launch it with that option?

Minmo commented on 2020-05-14 16:00 (UTC)

Yes, I think launching plexamp with "Plexamp.AppImage --disable-seccomp-filter-sandbox" is the recommended solution right now (make sure no plexamp process is running already i.E. with pkill plexamp).

nit commented on 2020-05-14 13:38 (UTC)

While this package is working for me (besides the desktop icon), lots of people are having issues. Some workarounds have been discussed on the Plex forums.

https://forums.plex.tv/t/plexamp-3-0-not-starting-on-arch-linux/575426/14

And here is a suggestion for the desktop icon: https://forums.plex.tv/t/plexamp-desktop-file-for-linux/580877

Minmo commented on 2020-05-14 08:09 (UTC)

Yes, I think the problem is with PlexAmp, downloading and using the AppImage does not work either. Currently no window will be created.