From 11a0580e6431b07f50098f762e605c87e4d3eb30 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Sat, 10 Feb 2018 10:41:57 +0100 Subject: [PATCH] Fix Qt spelling --- doc/faq.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/faq.asciidoc b/doc/faq.asciidoc index 9c8c51f16..8bbc1e5d0 100644 --- a/doc/faq.asciidoc +++ b/doc/faq.asciidoc @@ -218,7 +218,7 @@ And then re-emerging qtwebengine with: + Unable to view DRM content (Netflix, Spotify, etc.).:: You will need to install `widevine` and set `qt.args` to point to it. - QT5.9 currently only supports widevine up to Chrome version 61. + Qt 5.9 currently only supports widevine up to Chrome version 61. + On Arch, simply install `qt5-webengine-widevine` from the AUR and run: + @@ -230,7 +230,7 @@ On Arch, simply install `qt5-webengine-widevine` from the AUR and run: For other distributions, download the chromium tarball and widevine-cdm zip from https://aur.archlinux.org/packages/qt5-webengine-widevine/[the AUR page], extract `libwidevinecdmadapter.so` and `libwidevinecdm.so` files, respectively, -and move them to the `ppapi` plugin directory in your QT library directory (create it if it does not exist). +and move them to the `ppapi` plugin directory in your Qt library directory (create it if it does not exist). + Lastly, set your `qt.args` to point to that directory and restart qutebrowser: +