Removes any mention of Adobe

This commit is contained in:
d2015196 2021-04-12 16:35:45 -04:00 committed by pbokoc
parent 609ceccea2
commit 530bce91d8
7 changed files with 2 additions and 58 deletions

BIN
Git quick-docs.lnk Normal file

Binary file not shown.

View file

@ -36,7 +36,6 @@
** xref:configuring-xorg-as-default-gnome-session.adoc[Configuring Xorg as the default GNOME session] ** xref:configuring-xorg-as-default-gnome-session.adoc[Configuring Xorg as the default GNOME session]
** xref:gnome-shell-extensions.adoc[Using GNOME Shell extensions] ** xref:gnome-shell-extensions.adoc[Using GNOME Shell extensions]
** xref:wine.adoc[Running Windows applications with Wine] ** xref:wine.adoc[Running Windows applications with Wine]
** xref:using-adobe-flash.adoc[Using Adobe Flash]
** xref:create-gpg-keys.adoc[Creating GPG Keys] ** xref:create-gpg-keys.adoc[Creating GPG Keys]
** xref:bootloading-with-grub2.adoc[Bootloading with GRUB2] ** xref:bootloading-with-grub2.adoc[Bootloading with GRUB2]
** xref:proc_setting-key-shortcut.adoc[Setting a key shortcut to run an application in GNOME] ** xref:proc_setting-key-shortcut.adoc[Setting a key shortcut to run an application in GNOME]

View file

@ -1,6 +0,0 @@
[id="what_is_adobe_flash"]
= What is Adobe Flash
Adobe Flash is a web browser plug-in used for multimedia. Adobe's Flash plug-in is not included in Fedora because it is not free and open source software. However, Adobe releases a version of the Flash plug-in for Fedora and other Linux distributions using Firefox, Chromium, and other popular internet browsers.
Flash is less widely used than before because popular multimedia sites such as YouTube now use HTML5 for video playback instead. As a result, most modern browsers such as Firefox and Chromium can play videos without using the Flash plug-in. Google Chrome includes Flash by default.

View file

@ -17,4 +17,4 @@ Fedora's Chromium package does not support h264, mp3, or aac because of legal co
[id='google-chrome'] [id='google-chrome']
== Google Chrome == Google Chrome
Chromium is upstream for Google Chrome. Fedora does not include Google Chrome because it is a proprietary product and bundles other proprietary software, such as Adobe Flash plugin. However, Google does maintain a DNF or YUM repository for Fedora at link:https://www.google.com/chrome/[google.com/chrome]. The given link also includes downloadable RPMs that you can use to install Chrome. Chromium is upstream for Google Chrome. Fedora does not include Google Chrome because it is a proprietary product and bundles other proprietary software. However, Google does maintain a DNF or YUM repository for Fedora at link:https://www.google.com/chrome/[google.com/chrome]. The given link also includes downloadable RPMs that you can use to install Chrome.

View file

@ -9,21 +9,11 @@ Fedora's _chromium_ package is built to support the *widevine* plugin (but does
. Restart Chromium. You can see *Widevine Content Decryption Module* in *chrome://flags*. . 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`. NOTE: To enable speech synthesis support, pass the `--enable-speech-dispatcher` flag to `chromium-browser`.
[discrete] [discrete]
== Additional resources == Additional resources
* https://get.adobe.com/flashplayer/otherversions/
* https://fedoraproject.org/wiki/Chromium * https://fedoraproject.org/wiki/Chromium

View file

@ -1,24 +0,0 @@
[id="installing_adobe_flash"]
= Installing Adobe Flash
To install Adobe Flash on Fedora, install the Adobe DNF repository.
In a terminal window type:
For 32 bit architectures
sudo dnf install http://linuxdownload.adobe.com/adobe-release/adobe-release-i386-1.0-1.noarch.rpm
For 64 bit architectures
sudo dnf install http://linuxdownload.adobe.com/adobe-release/adobe-release-x86_64-1.0-1.noarch.rpm
Then
sudo dnf install flash-plugin alsa-plugins-pulseaudio libcurl
When asked for importing the Adobe Systems Incorporated GPG key type ```y``` and hit ENTER.
You have now successfully installed the Adobe Flash plug-in.
You can now run multimedia on Flash-based website in your browser.

View file

@ -1,15 +0,0 @@
ifdef::context[:parent-context: {context}]
:context: adobe-flash
= Using Adobe Flash
include::{partialsdir}/3rdparty-message.adoc[]
include::{partialsdir}/con_what_is_adobe_flash.adoc[leveloffset=+1]
include::{partialsdir}/proc_checking_fedora_version.adoc[leveloffset=+1]
include::{partialsdir}/proc_installing_adobe_flash.adoc[leveloffset=+1]
ifdef::parent-context[:context: {parent-context}]
ifndef::parent-context[:!context:]