From dadf6c0e0a0bec393918a27047c267873c957c3d Mon Sep 17 00:00:00 2001 From: ykgmfq <16083673+ykgmfq@users.noreply.github.com> Date: Tue, 12 Dec 2017 15:53:17 +0100 Subject: [PATCH] Fedora instructions for non-free codecs --- doc/install.asciidoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/install.asciidoc b/doc/install.asciidoc index 312e53176..1adff6636 100644 --- a/doc/install.asciidoc +++ b/doc/install.asciidoc @@ -101,6 +101,18 @@ qutebrowser is available in the official repositories: However, note that Fedora 25/26 won't be updated to qutebrowser v1.0, so you might want to <> instead there. +Additional hints +~~~~~~~~~~~~~~~~ + +Fedora only ships free software in the repositories. +To be able to play videos with proprietary codecs with QtWebEngine, you will +need to install an additional package from the RPM Fusion Free repository. +For more information see https://rpmfusion.org/Configuration. + +----- +# dnf install qt5-qtwebengine-freeworld +----- + On Archlinux ------------