Chromium pepper flash plugin
Google Chrome's Pepper Flash plugin for Chromium.
Installation
sudo conary install chromium-pepper-flash=foresighters.rpath.org@fl:2-devel
f you decide to keep original flashplayer, open chromium and write: chrome://plugins
Inactivate older flash.
Need Chromium 21.0.1180.78+2012.08.09-1-1
From chromium versions 21.0.1180.78, you can easily add own chromium flags, and at this moment we need to do that.
open the file where you can personally add own flags:
sudo medit /etc/chromium/default
Change medit to gedit, mousepad or the text editor you are using.
You see:
# Default settings for chromium. This file is sourced by /usr/bin/chromium # Options to pass to chromium CHROMIUM_FLAGS=" "
Change to:
# Default settings for chromium. This file is sourced by /usr/bin/chromium # Options to pass to chromium CHROMIUM_FLAGS="--ppapi-flash-path=/usr/lib64/chromium-browser/PepperFlash/libpepflashplayer.so"
32bit?
change the path to /usr/lib/chromium-browser/PepperFlash/libpepflashplayer.so instead.
Save the file. Restart chromium and it should work out of the box now.