blob: 829582a8cfaf106d3b3ed4819361d2014298c57d (
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
|
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
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.
|