Search Criteria
Package Details: plexamp-appimage 4.12.4-1
Package Actions
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: | 27 |
Popularity: | 0.029475 |
First Submitted: | 2020-06-28 20:24 (UTC) |
Last Updated: | 2025-07-14 22:46 (UTC) |
Dependencies (3)
- fuse2
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (make)
- librsvg (librsvg-gitAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
nhawke commented on 2025-10-15 06:52 (UTC) (edited on 2025-10-16 02:42 (UTC) by nhawke)
The commands in the most recent comments from 2024-08-21 and 2024-12-10 are each slightly wrong. The first still has some white pixels in the corners after the
-trim
, and the second produces images that are 1024x1024 regardles of the value of$res
and have a transparent border.I took the correct bits from both to arrive that this command, which produces correctly transparent images that are the right size and fill the canvas fully.
Also, the scalable svg icon should be in
hicolor/scalable/apps
nothicolor/scalable
drewbs commented on 2024-12-10 18:44 (UTC)
Similar to the previous comment, this is generating a white border. However, I used the following command and it worked w/ build 4.11.2-1.
magick -background none squashfs-root/usr/share/icons/hicolor/scalable/plexamp.svg -size $res squashfs-root/usr/share/icons/hicolor/$res/apps/plexamp.png
This could likely be tweaked to spit out a slightly better image but this is good enough for me.
<deleted-account> commented on 2024-08-21 21:19 (UTC)
convert command is generating icons with a white border around them. Suggest adding the following arguments to remove the border:
FabioLolix commented on 2024-08-03 22:57 (UTC)
Confirming that
librsvg
is needed as makedepnds, also time to update the commandkode54 commented on 2024-08-03 20:48 (UTC)
This package has been updated since I mentioned
librsvg
is needed to build the package, yet the dependency was not added.kode54 commented on 2024-07-09 04:07 (UTC)
There's a missing makedepend,
librsvg
, needed byimagemagick
to convert the SVG icons.samuel-emrys commented on 2024-05-05 00:23 (UTC)
Installation "finishes" successfully, but opening the application yields:
dpstorm commented on 2024-04-27 18:01 (UTC)
Interestingly, the latest version mounts correctly for me:
Plexamp-4.10.1.AppImage:
https://plexamp.plex.tv/plexamp.plex.tv/desktop/Plexamp-4.10.1.AppImage
https://www.reddit.com/r/plexamp/comments/1bkrik9/plexamp_v4101_released/
jjoshau commented on 2024-04-12 14:30 (UTC)
re: https://gitlab.archlinux.org/pacman/pacman/-/issues/107
options=(!strip !debug)
until there's an upstream patch
backd00r commented on 2024-03-18 14:32 (UTC)
Cannot mount AppImage, please check your FUSE setup. You might still be able to extract the contents of this AppImage if you run it with the --appimage-extract option. See https://github.com/AppImage/AppImageKit/wiki/FUSE for more information.
1 2 3 4 Next › Last »