summaryrefslogtreecommitdiffstats
path: root/network/qutebrowser-bin/README.SBo
blob: b097c0de1991c08d1fb6da7be3cd362a15222d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Qutebrowser crashes
===================

If qutebrowser starts to crash, its cache may be corrupt. This often
happens after an upgrade. To remove the cache run:
rm -rf ~/.cache/qutebrowser/
rm -rf ~/.local/share/qutebrowser/webengine/Application\ Cache/
rm -rf ~/.local/share/qutebrowser/webengine/GPUCache
rm -rf ~/.local/share/qutebrowser/webengine/Service\ Worker/CacheStorage
rm -rf ~/.local/share/qutebrowser/webengine/Service\ Worker/ScriptCache

Widevine support
================

Widevine DRM support requires libwidevinecdm.so plugin. Qutebrowser
searches for it in the following directories:

/opt/google/chrome
/usr/lib/chromium
/usr/lib64/chromium
/usr/lib/chromium-browser

Also the path to libwidevinecdm.so can be passed via qt.args setting:
:set qt.args "['widevine-path=/path/to/libwidevinecdm.so']"

libwidevinecdm.so can be download at
https://dl.google.com/widevine-cdm/X.X.X.X-linux-x64.zip
and manually put to one of the above directories. The version "X.X.X.X"
to download can be found at
https://dl.google.com/widevine-cdm/versions.txt

libwidevinecdm.so provided by google-chrome from /extra, Alien Bob's
chromium-widevine-plugin, etc. can be used as well.

To test the Widevine DRM support, go to
https://shaka-player-demo.appspot.com/demo/
and play the Sintel video.