switch to Antora part

This commit is contained in:
Adam Samalik 2018-07-27 16:38:30 +02:00
parent bc7bb84562
commit cf5acc8f3a
317 changed files with 432 additions and 1453 deletions

View file

@ -0,0 +1,29 @@
[id='enabling-chromium-plugins']
= Enabling Chromium plugins
.To enable *widevine* plugin
Fedora's _chromium_ package is built to support the *widevine* plugin (but does not include it).
. Copy `libwidevinecdm.so` and `libwidevinecdmadapter.so` from the Google Chrome package into `/usr/lib64/chromium-plugins`.
. Restart Chromium. You can see *Widevine Content Decryption Module* in *chrome://flags*.
.Using the *Pepper Plugin Application Programming Interface (PPAPI)* flash plugin
. Click the following link to download the flash plugin: link:https://get.adobe.com/flashplayer/otherversions/[get.adobe.com/flashplayer/otherversions].
. Select *Linux 64-bit* and then *FP 22.0* (or later) for *Linux 64-bit(.tar.gz)-PPAPI*. You will then have `flash_player_ppapi_linux.x86_64.tar.gz`.
. Unpack the tar into `/usr/lib64/chromium-browser/PepperFlash/`.
. Restart chromium. You can see *Adobe Flash Player* in *chrome://plugins*.
NOTE: To enable speech synthesis support, pass the `--enable-speech-dispatcher` flag to `chromium-browser`.
[discrete]
== Additional resources
* https://get.adobe.com/flashplayer/otherversions/
* https://fedoraproject.org/wiki/Chromium