Unpack the deb package ( I used file-roller ) and go to the directory /opt/google/chrome/ .
Select Pepperflash and Extract.
Inside the directory Pepperflash there is a file libpepflashplayer.so .
As root :
mv libpepflashplayer.so /usr/lib/chromium/plugins
As root edit the file default in /etc/chromium and add this line :
CHROMIUM_FLAGS=" --ppapi-flash-path=/usr/lib/chromium/plugins/libpepflashplayer.so"
The whole file will look like this :
# Default settings for chromium. This file is sourced by /bin/sh from
# /usr/bin/chromium
# Options to pass to chromium
CHROMIUM_FLAGS="--password-store=detect"
CHROMIUM_FLAGS=" --ppapi-flash-path=/usr/lib/chromium/plugins/libpepflashplayer.so"
Restart chromium.
Check the setting at chrome:plugins in the address bar ( check +Details ) :
You are a saint. Getting flash to work in chromium has been frustrating me for hours. Thanks a lot.
ReplyDeleteYES! You rock!!!
ReplyDeleteInstalling from backports is easier: http://forums.debian.net/viewtopic.php?f=16&t=114876
ReplyDeleteThis is awesome ! ! ! Thanks so much !
ReplyDeletewow!!! thanks! this takes hours for me.
ReplyDeleteI'm happy even if youtube already uses html 5player..
You're a Star !!!
ReplyDelete