Package Details: plex-desktop 1.112.0.359-1

Git Clone URL: https://aur.archlinux.org/plex-desktop.git (read-only, click to copy)
Package Base: plex-desktop
Description: Plex desktop client for linux
Upstream URL: http://plex.tv
Keywords: media player plex
Licenses: unknown
Submitter: ludvigHz
Maintainer: username227
Last Packager: username227
Votes: 22
Popularity: 0.50
First Submitted: 2022-05-26 10:36 (UTC)
Last Updated: 2026-03-15 01:25 (UTC)

Required by (0)

Sources (7)

Latest Comments

« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 Next › Last »

ludvigHz commented on 2022-11-15 23:03 (UTC)

@Bobyl @mfcmquintela I can't reproduce this issue myself. I don't think this has anything to do with Wayland/X11 either since plex-desktop only supports X.org and as such will run on XWayland on wayland compositors.

If you can supply some logs for the crashes, I can try to look into fixing it for you. But I can't really do anything without more information.

mfcmquintela commented on 2022-11-15 22:10 (UTC)

@Bobyl same issue is present in X11. Running plex-desktop crashes (somewhat randomly) with that exact segfault, running the flatpak version behaves correctly

Bobyl commented on 2022-10-23 16:38 (UTC) (edited on 2022-10-23 16:40 (UTC) by Bobyl)

When trying to run plex-desktop on wayland, it crashes with a segfault.

/usr/bin/plex-desktop : line 49 :  2357 segfault (core dumped)"$BASE_DIR"/bin/Plex "$@"

Am I the only one having this issue? Note that the flatpak version of plex-desktop behaves correctly and does not crash with Wayland.

ludvigHz commented on 2022-07-16 20:59 (UTC)

A symlink to the system libmpv with the correct version has been added in the latest release. So the application should run again.

npreining commented on 2022-07-12 03:33 (UTC)

The following change is needed

@@ -44,6 +44,7 @@ package() {
   install -Dm644 "${pkgdir}/opt/${pkgname}/lib/libicuuc.so.66" -t "${pkgdir}/usr/lib/${pkgname}"
   install -Dm644 "${pkgdir}/opt/${pkgname}/lib/libavutil.so.56" -t "${pkgdir}/usr/lib/${pkgname}"
   install -Dm644 "${pkgdir}/opt/${pkgname}/lib/libavformat.so.58" -t "${pkgdir}/usr/lib/${pkgname}"
+  install -Dm644 "${pkgdir}/opt/${pkgname}/lib/libmpv.so.2" -t "${pkgdir}/usr/lib/${pkgname}"

   install -Dm644 "${srcdir}/${pkgname}/usr/lib/x86_64-linux-gnu/libvpx.so.6.2.0" "${pkgdir}/usr/lib/${pkgname}/libvpx.so.6"
   install -Dm644 "${srcdir}/${pkgname}/usr/lib/x86_64-linux-gnu/libwebp.so.6.0.2" "${pkgdir}/usr/lib/${pkgname}/libwebp.so.6"

oromis95 commented on 2022-07-12 02:45 (UTC)

Confirm, no longer works because of mpv dependency issue

hashworks commented on 2022-07-11 22:44 (UTC)

Looks like a dependency is missing:

$ ldd /opt/plex-desktop/bin/Plex
    libmpv.so.2 => not found
...

Not provided over the wrapper script either.

ryaeng commented on 2022-07-01 15:12 (UTC)

I can confirm joeleg's comment. plex-desktop doesn't launch until qt5-x11extras is installed.

ScrexyScroo commented on 2022-06-20 15:13 (UTC)

core dump /s