mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
network/qutebrowser-tox: Add missing README.SBo.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
390b46f264
commit
0264c2908a
1 changed files with 34 additions and 0 deletions
34
network/qutebrowser-tox/README.SBo
Normal file
34
network/qutebrowser-tox/README.SBo
Normal file
|
@ -0,0 +1,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.
|
Loading…
Reference in a new issue