Skip to content

Instantly share code, notes, and snippets.

@mklooss
Created October 28, 2014 08:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mklooss/3c6e7da004029c7820a5 to your computer and use it in GitHub Desktop.
Save mklooss/3c6e7da004029c7820a5 to your computer and use it in GitHub Desktop.
PepperFlash in Chromium Browser on Debian/Ubuntu from Google Chrome
Inspirated by the Debian Package [1]
To provide PepperFlash also in Chromium Browser on Debian/Ubuntu, without installing the pepperflash Package from Debian.
This Method required an installed google-chrome Browser.
[1] https://packages.debian.org/search?keywords=pepperflashplugin-nonfree
~# /etc/chromium.d/google-pepperflashplugin-nonfree
flashso="/opt/google/chrome/PepperFlash/libpepflashplayer.so"
flashversion=`strings $flashso 2> /dev/null | grep LNX | cut -d ' ' -f 2 | sed -e "s/,/./g"`
CHROMIUM_FLAGS="$CHROMIUM_FLAGS --ppapi-flash-path=$flashso --ppapi-flash-version=$flashversion"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment