Search Criteria
Package Details: plex-desktop 1.112.0.359-1
Package Actions
| 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) |
Dependencies (50)
- alsa-lib
- dbus (dbus-gitAUR, dbus-selinuxAUR, dbus-nosystemd-gitAUR)
- expat (expat-gitAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-ffplayoutAUR, ffmpeg-cudaAUR, ffmpeg-whisper-gitAUR, ffmpeg-decklinkAUR, ffmpeg-whisperAUR, ffmpeg-cuda-fullAUR, ffmpeg-amd-full-gitAUR, librempeg-gitAUR, ffmpeg-full-llvmAUR, ffmpeg-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-amd-fullAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-qdoled-gen3AUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR, freetype2-woledAUR)
- gcc-libs (gcc-libs-gitAUR, gcc-libs-fast-optimizedAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-git-native-pgoAUR, glibc-eacAUR)
- harfbuzz (harfbuzz-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lcms2 (lcms2-ff-gitAUR, lcms2-gitAUR, lcms2-ffAUR)
- libdrm (libdrm-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libjpeg-turbo (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libva (libva-gitAUR, intel-media-stack-legacy-binAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libwebp (libwebp-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- Show 30 more dependencies...
Required by (0)
Sources (7)
- appimage-exec-wrapper
- http://ftp.us.debian.org/debian/pool/main/libw/libwebp/libwebp6_0.6.1-2.1+deb11u2_amd64.deb
- https://github.com/flathub/tv.plex.PlexDesktop/raw/master/tv.plex.PlexDesktop.desktop
- https://github.com/flathub/tv.plex.PlexDesktop/raw/master/tv.plex.PlexDesktop.png
- iconpatch.patch
- launcher.patch
- plex-desktop_87.snap
Latest Comments
« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »
shiggitay commented on 2024-11-09 03:15 (UTC) (edited on 2024-11-09 03:16 (UTC) by shiggitay)
@jianglai yeah I managed to recompile ffmpeg6.1 after updating the deps it was complaining about... Super annoying but I know what to do now if necessary. Re: pat-aur, I couldn't get it working... It's fine tho. Lol
jianglai commented on 2024-11-09 03:10 (UTC)
@shiggitay you will have to delete
ffmpeg6.1and install it again to pin to newer versions of the libraries. See comments in https://aur.archlinux.org/packages/ffmpeg6.1. The author also suggested usingpat-aur.shiggitay commented on 2024-11-08 23:31 (UTC) (edited on 2024-11-10 05:24 (UTC) by shiggitay)
Hey so I had a system update and now Plex-Desktop is broken. When I run "yay -S plex-desktop" this is what I get:
https://bpa.st/7MNL2
I've installed ffmpeg7.1 via ffmpeg-amd-full and ffmpeg-obs in an attempt to satisfy the ffmpeg dependency, but to no avail.
Thanks in advance.
WAUthethird commented on 2024-10-27 21:54 (UTC)
@mrgrim Thank you, this immediately solved the issue!
mrgrim commented on 2024-10-01 05:16 (UTC) (edited on 2024-10-01 05:20 (UTC) by mrgrim)
The Qt 6.7 problem is an issue where
xdg-openinherits the environment of the Plex app causingkde-opento try to load the Qt 6.6 libraries from/opt/plex-desktop/libdue to theLD_LIBRARY_PATHset inPlex.sh.This can be solved by editing the
RUNPATHof the binaries usingchrpaththen removing theLD_LIBRARY_PATHline fromPlex.sh. It turns out The main Plex library has a workingRUNPATHbut includes a bunch of automation cruft. The transcoding binary does NOT have it set, andQtWebEngineProcessneeds no changes. In/opt/plex-desktop/binrun:However, this only exposes additional issues with all of the Qt environment variables set in this script. I couldn't find a super clean way to fix this, but interestingly enough KDE uses a little utility for their AppImage deployments to deal with this exact problem:
https://invent.kde.org/brauch/appimage-exec-wrapper/
Compile it and copy the
exec.sofile into/opt/plex-desktop/libthen alterPlex.shlike this:https://gist.github.com/mrgrim/1357da402f8ceccaf8224e145fa6acc3
This could even allow using
LD_LIBRARY_PATHand not usingchrpath. The choice is yours. Usingchrpathseems cleaner but pulls in a dependency.skjnldsv commented on 2024-09-12 16:24 (UTC)
@username227 no, it doesn't solve the issue
username227 commented on 2024-09-10 22:27 (UTC)
@skjnldsv, does installing webkit2gtk solve your issue, by any chance?
skjnldsv commented on 2024-09-10 20:28 (UTC)
GUI doesn't open for me: In the plex log: ERROR - Fatal error: qrc:/views/WebWindow.qml: module "gtk2" is not installed
znoble360 commented on 2024-08-05 05:09 (UTC) (edited on 2024-08-05 05:37 (UTC) by znoble360)
I am also having this Qt_6.7 not found error when trying to sign in, but instead of talking about kde-open, mine says 'qutebrowser: Fatal Error!', which is the web browser I use. I'm also using i3 and X11 and have the latest qt6 version.
Edit: I found a workaround for now: I changed my xdg default web browser to firefox to sign in, then switching it back after signing in.
You can run
xdg-settings get default-url-scheme-handlerto see your current default, then runxdg-settings set default-web-browser firefox.desktop, and try to sign in again.« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 15 Next › Last »