mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
[Backport release-26.05] jellyfin-desktop: fix video playback (#539014)
This commit is contained in:
@@ -63,6 +63,8 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
qtWrapperArgs = [
|
||||
"--set QT_STYLE_OVERRIDE Fusion"
|
||||
"--set NIX_SSL_CERT_FILE ${cacert}/etc/ssl/certs/ca-bundle.crt"
|
||||
# Disable hardware acceleration to fix severe flickering in video playback.
|
||||
"--set-default QTWEBENGINE_FORCE_USE_GBM 0"
|
||||
];
|
||||
|
||||
postInstall = lib.optionalString stdenv.hostPlatform.isDarwin ''
|
||||
|
||||
Reference in New Issue
Block a user