

Open the Ubuntu Software Center and search for Chromium Web Browser and Pepper Flash Player - browser plugin and install them. You can install Chromium web browser together with the Pepper Flash Player in Ubuntu 14.04 from the Ubuntu Software Center. The more up-to-date Pepper Flash Player that can be installed together with Chromium Web Browser will run with fewer glitches (such as fullscreen doesn't work, buttons on video don't work, video hangs after pausing and then pressing the play button to resume, etc.) than Adobe Flash Player for many Flash videos. Sudo apt install browser-plugin-freshplayer-pepperflash # 16.04 and later Open the terminal and type: sudo apt remove pepperflashplugin-nonfree # remove pepperflashplugin-nonfree if it's installed Click the Other Software tab in the Software & Updates window and put a check mark in the checkbox to the left of where it says: Canonical Partners.Ĭlick the Close button to close the Software & Updates window. To install flash player in Chromium web browser search the Dash for Software & Updates and open the Software & Updates window. Because Google ended support for Chrome on 32-bit Linux in March, 2016, Pepper flash player can only be installed for 64-bit versions of Chromium. These instructions will install Pepper flash player for Chromium and it will also be updated automatically. "enable or disable hardware acceleration")Įcho "fresh player plugin has been successfully removed from your system" Options=("Install freshplayer plugin" "enable or disable hardware acceleration" "enable or disable plugin" "update plugin" "uninstall plugin" "Quit") Printf "Welcome to fresh player plugin Maintainer v1.1 \n\n" Printf "fresh player plugin ENABLED \n\n" Y|Y)sudo ln -s $FILELOC1 /usr/lib/mozilla/plugins Read -p "Enable system wide or not : " yn Printf "fresh player plugin DISABLED \n\n" Printf "Hardware acceleration ENABLED \n\n"įILELOC1=~/freshplayerplugin/build/libfreshwrapper.so įILELOC2=/usr/lib/mozilla/plugins/libfreshwrapper.so įILELOC3=~/.mozilla/plugins/libfreshwrapper.so Printf "Hardware acceleration DISABLED \n\n"Įcho "flash_command_line = \"enable_hw_video_decode=1,enable_stagevideo_auto=1\"" >$HWFILE Sudo rm -f $HWFILE $FRESHFILE $FRESHFILE2 Ĭd ~/freshplayerplugin git pull cd build cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo. N|N) mkdir -p ~/.mozilla/plugins ln -s ~/freshplayerplugin/build/libfreshwrapper.so ~/.mozilla/pluginsįRESHFILE=/usr/lib/mozilla/plugins/libfreshwrapper.so įRESHFILE2=~/.mozilla/plugins/libfreshwrapper.so Y|Y) sudo ln -s ~/freshplayerplugin/build/libfreshwrapper.so /usr/lib/mozilla/plugins Read -p "Install plugin system wide? " yn Sudo ln -s /usr/lib/pepflashplugin-installer/libpepflashplayer.so /opt/google/chrome/PepperFlash Ĭd freshplayerplugin mkdir build cd build cmake.

Sudo mkdir -p /opt/google/chrome/PepperFlash Sudo apt-get install build-essential git cmake pkg-config libglib2.0-dev libasound2-dev libx11-dev libgl1-mesa-dev libgles2-mesa-dev liburiparser-dev libcairo2-dev libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libfreetype6-dev libgtk2.0-dev libxinerama-dev libconfig-dev libevent-dev ragel Sudo apt-get install -no-install-recommends pepflashplugin-installer Sudo add-apt-repository -y ppa:skunk/pepper-flash Sudo apt-get install build-essential git cmake pkg-config libglib2.0-dev libasound2-dev libx11-dev libgl1-mesa-dev libgles2-mesa-dev liburiparser-dev libcairo2-dev libpango1.0-dev libpangocairo-1.0-0 libpangoft2-1.0-0 libfreetype6-dev libgtk2.0-dev libxinerama-dev libconfig-dev libevent-dev HWFILE=/opt/google/chrome/PepperFlash/libpepflashplayer.so # To run this scrip, open the terminal type: chmod +x freshplayer_maintainer.sh. # Fresh player wrapper is mainly developed by i-rinat # This script facilitates the installation and maintenance of freshplayer plugin on Debian based systems
#Firefox flash plugin crash code#
Here is the code from Tatakai Wasumi's answer above, in case their dropbox link goes kaput. To run it, open terminal, cd into the location where the script is andĬhmod +x freshplayer_maintainer.sh. Here's a script that installs the latest version of pepper flash on
