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: 20
Popularity: 0.78
First Submitted: 2022-05-26 10:36 (UTC)
Last Updated: 2025-12-04 01:11 (UTC)

Dependencies (49)

Required by (0)

Sources (7)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 13 Next › Last »

username227 commented on 2025-07-28 22:15 (UTC)

I am hesitant to implement it myself, because I cannot reproduce the problem, even on my backup distro which uses KDE. If someone makes me a proposal for a change, and verifies that it works, I will do some testing on my end to ensure it doesn't break anything and implement.

feng commented on 2025-07-25 20:48 (UTC) (edited on 2025-07-25 20:48 (UTC) by feng)

Could @username227 please merge the comments from @mrgrim to a patch? This would make it much easier for a KDE user.

username227 commented on 2025-05-02 02:20 (UTC) (edited on 2025-05-02 02:21 (UTC) by username227)

@Derppenning - thanks for letting me know. Agreed, much better solution. Done.

Derppening commented on 2025-05-02 01:56 (UTC)

The official repository just released libxml2-legacy (https://archlinux.org/packages/extra/x86_64/libxml2-legacy/) to provide libxml2.so.2.

Is it possible to switch to use that as a dependency instead, since it seems to be a more permanent fix than using a symlink to a (potentially) binary-incompatible version of the library?

username227 commented on 2025-05-02 01:24 (UTC)

@oech3, the only difference I can think of regarding the symlink is that there would be one less package installed, and one less dependency. might simplify things though. i'll consider it after plex updates again (it's been much longer than usual; looks like they completely revamped the apk on android, hope they're not going to mess with the app too much...) Main thing today was to get the program working again, and when I saw that someone had already added the package today to the AUR, I just used that.

oech3 commented on 2025-05-01 22:16 (UTC)

Does anyone interested in replacing bundled Qt6 of this? It potentially reduces translative deps for old libs.

oech3 commented on 2025-05-01 22:13 (UTC)

Adding symlink $pkgdir/opt/${pkgname}/lib/libxml2.so.2 by package side should be enough (or patchelf.)

colpepe commented on 2025-04-01 17:39 (UTC)

I also got the error: kde-open: /opt/plex-desktop/lib/libQt6Core.so.6: version `Qt_6.8' not found (required by kde-open) I ALSO was able to fix with MrGrim's comment from 10-01-24: "mrgrim commented on 2024-10-01 05:16 (UTC)"

Knurz commented on 2025-01-27 12:06 (UTC)

I still got the same error as @DerHerrGammler. This is not really a fix, but either a patch that will be overwritten in the next update (I suppose): Change the startup-script in /opt/plex-desktop/Plex.sh, add a comment to line 3 leaving LD_LIBRARY_PATH to prev. values/unset.

This fixed the login-problem for me. Tested it by playing some SD/HD Videos (direct, non-transcoded) and it worked fine on my system (KDE w. Wayland).

diegod commented on 2025-01-08 23:27 (UTC)

Thanks @mrgrim! https://aur.archlinux.org/packages/plex-desktop?O=20#comment-992918 It worked! I could login using X, but on Wayland it didin't work.