Package Details: jellyfin-desktop 2.0.0-3

Git Clone URL: https://aur.archlinux.org/jellyfin-desktop.git (read-only, click to copy)
Package Base: jellyfin-desktop
Description: Jellyfin Desktop Client
Upstream URL: https://github.com/jellyfin/jellyfin-desktop
Licenses: GPL
Submitter: nvllsvm
Maintainer: jellyfin
Last Packager: jellyfin
Votes: 110
Popularity: 5.67
First Submitted: 2025-12-14 11:07 (UTC)
Last Updated: 2026-04-01 23:40 (UTC)

Pinned Comments

jellyfin commented on 2026-04-01 23:41 (UTC)

It will be switched over to the CEF rewrite when a release is tagged in the CEF rewrite repo.

Latest Comments

1 2 3 4 5 6 .. 16 Next › Last »

SprobbyBlongo commented on 2026-05-02 04:20 (UTC)

Keyboard shortcuts in Plasma Wayland arent working for me, and it doesnt appear inside the 'Media Player' applet in the system tray like spotify and firefox do. When troubleshooting i found playerctl lists it as JellyfinDesktop.profile_3f213055b47549cf940444ecc098d1dc but cant control it either.

Slash commented on 2026-05-01 00:29 (UTC)

The upstream qtwebengine issue is: https://qt-project.atlassian.net/browse/QTBUG-145344

Possible WIP fix: https://codereview.qt-project.org/c/qt/qtwebengine/+/732747

fredm7 commented on 2026-04-30 21:36 (UTC) (edited on 2026-04-30 21:36 (UTC) by fredm7)

When I run Jellyfin Desktop on my Hyprland setup, it flickers with a white screen and a loader that also keeps on flickering when I try to play any movie or episode. I can hear the sound in the background playing fine.

The issue seems to stem from qt6-webengine. Apparently downgrading to 6.10.2-2 solves it. Right now I'm running 6.11.0-5.

Another way I found that gets past this issue is to run this command in my terminal: QTWEBENGINE_FORCE_USE_GBM=0 jellyfin-desktop

That also gets past the issue even when using qt6-webengine 6.11.0-5.

TroutMichaels commented on 2026-04-27 04:39 (UTC)

Nevermind - uninstalling and installing the flatpak version works just great :)

TroutMichaels commented on 2026-04-27 04:21 (UTC)

Since updating to this version (previously used jellyfin-media-player) the software is unusable.

I've updated all packages, carried out the commands suggested and all I get when playing video back is either a black screen or white flickering. I tested Delfin which still works just fine. Any suggestions on repairing this would be appreciated. I tried rolling back to the deprecated version but it just won't install anymore. Is there a dependency I'm missing? I will have to use Delfin for the time being

donko3005 commented on 2026-04-19 05:06 (UTC) (edited on 2026-04-19 05:06 (UTC) by donko3005)

After having a successfull installation,when i try to launch the program,it shows me the following output and close the process almost imidiately


$ jellyfin-desktop 
LIRC Socket Error :  QLocalSocket::ServerNotFoundError
vo/libmpv: No render context set.
cplayer: Error opening/initializing the VO window.
Violación de segmento     (`core' generado) jellyfin-desktop

username227 commented on 2026-04-14 23:01 (UTC)

The git variant no longer allows me to switch between the mpv player and the web player. I need both (live tv doesn't work on mpv). When I installed this version I cannot even open it, go a segfault.

FabioLolix commented on 2026-04-14 22:38 (UTC)

btw sources should be renamed to avoid errors like those below for who use a shared source folder, like this

source=("jellyfin-desktop-qt-${pkgver}.tar.gz::https://github.com/jellyfin-archive/jellyfin-desktop-qt/archive/refs/tags/v${pkgver}.tar.gz")

M1ch431 commented on 2026-04-14 22:34 (UTC)

==> Making package: jellyfin-desktop 2.0.0-3 (Tue 14 Apr 2026 06:33:27 PM EDT)
==> Retrieving sources...
  -> Found v2.0.0.tar.gz
==> Validating source files with sha256sums...
    v2.0.0.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
error: failed to download sources for 'jellyfin-desktop-2.0.0-3': 
error: packages failed to build: jellyfin-desktop-2.0.0-3

Slash commented on 2026-04-11 23:44 (UTC)

@MagicAndWires Regarding the flashing/flickering screen during playback, try setting the following environment variable: QTWEBENGINE_FORCE_USE_GBM=0.

More info: https://github.com/qutebrowser/qutebrowser/issues/8908