Flash is not recognized on Linux
Run flash this time in context menu


Should show context menu option to run flash
Easy
Brave | 0.55.12 Chromium: 70.0.3538.45聽(Official Build)聽beta聽(64-bit)
-- | --
Revision | cbdc32e4334458954e9def214d7e5fa1ca1960eb-refs/branch-heads/3538@{#830}
OS | Linux
Flash runs on chrome with the same flash player that is installed

Issue reproduced by @yrliou
cc: @brave/legacy_qa @diracdeltas @riastradh-brave
I have the same problem. The only solution I found to workaround this problem is by running:
brave-browser --ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so --ppapi-flash-version=32.0.0.114
See https://community.brave.com/t/flash-player-not-working-on-linux-debian/43004/6
@ikus060, this solution doesn't work for me on Linux Mint 18.3 Sylvia and Brave 0.68.132 Chromium: 76.0.3809.132. I have the standard adobe-flashplugin package installed, it provides flash player version 32.0.0.238, but changing 114 to 238 in your solution doesn't help, flash plugin is not listed among chrome://components and doesn't start on flash sites, even though enabled in per-site settings.
Oh, and of course I symlinked /usr/lib/adobe-flashplugin to /usr/lib/pepperflashplugin-nonfree
That didn't help either.
@ikus060, this solution doesn't work for me on Linux Mint 18.3 Sylvia and Brave 0.68.132 Chromium: 76.0.3809.132. I have the standard
adobe-flashpluginpackage installed, it provides flash player version 32.0.0.238, but changing 114 to 238 in your solution doesn't help, flash plugin is not listed amongchrome://componentsand doesn't start on flash sites, even though enabled in per-site settings.Oh, and of course I symlinked /usr/lib/adobe-flashplugin to /usr/lib/pepperflashplugin-nonfree
That didn't help either.
This worked perfectly for me on Mint 20.
sudo apt-get install pepperflashplugin-nonfree
sudo update-pepperflashplugin-nonfree --install
sudo sed -i -e '/Exec=/usr/bin/brave-browser/s/$/ --ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so --ppapi-flash-version=32.0.0.344 /' /usr/share/applications/brave-browser.desktop
Update: the above command does not work, gives __sed: -e expression #1, char 8: unknown command: `u'__
Most helpful comment
I have the same problem. The only solution I found to workaround this problem is by running:
brave-browser --ppapi-flash-path=/usr/lib/pepperflashplugin-nonfree/libpepflashplayer.so --ppapi-flash-version=32.0.0.114See https://community.brave.com/t/flash-player-not-working-on-linux-debian/43004/6