Adobe Flash in Chromium Browser?

Hi there,

Currently I'm trying to get running Adobe Flash on Chronium the OpenSource variant of Google Chrome. Flash self is running. On Opera it runs like a charme.

Code:
buildjail# make showconfig
===> The following configuration options are available for chromium-13.0.782.107:
     CODECS=on "Compile and enable patented codecs like H.264"
     GCONF=off "Use GConf2 for preferences"
     VPX=on "Use system libvpx for VP8 codec"
===> Use 'make config' to modify these settings

Code:
desktop-vm# find /usr/local/ -name libflashplayer.so
/usr/local/lib/browser_plugins/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-opera/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-firefox-devel/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-seamonkey-devel/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-netscape-messenger/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-sunbird/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-flock-devel/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-netscape-navigator/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-flock/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-seamonkey/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-mozilla/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-nvu/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-opera-devel/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-firefox/libflashplayer.so
/usr/local/lib/npapi/symlinks/linux-sunbird-devel/libflashplayer.so
/usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
/usr/local/lib/linux-mozilla/plugins/libflashplayer.so

Code:
desktop-vm# mount 
zdrive/root on / (zfs, local, nfsv4acls)
devfs on /dev (devfs, local, multilabel)
fdescfs on /dev/fd (fdescfs)
procfs on /proc (procfs, local)
/dev/da0s1a on /boot (ufs, local)
linsysfs on /compat/linux/sys (linsysfs, local)
linprocfs on /compat/linux/proc (linprocfs, local)

is there something what could do the trick?

cheers
Darko
 
Chromium should pick up Flash without a problem when installed/wrapped using www/nspluginwrapper. It uses the plugin in my ~/.mozilla/plugins directory without any additional configuration.

Code:
[~/.mozilla/plugins] $ ls -al
total 130
drwxr-xr-x  2 user user     512 Sep 24  2010 .
drwx------  5 user user     512 Oct 27  2010 ..
lrwxr-xr-x  1 user user      60 Sep 24  2010 libflashplayer.so -> /usr/local/lib/npapi/linux-f10-flashplugin/libflashplayer.so
-rwx------  1 user user  128650 Jul 29 20:14 npwrapper.libflashplayer.so
 
Hello DutchDaemon

Thank you for your respond! I did it like you have written it here and it's working now :D
How is your experience about the stability about nspluginwrapper? The target is the Laptop of the for me most important person on the world. It's for my Mum. Currently she has RHEL 5 installed on her Laptop. Now she wants to have some new modern arcade games. But the browser and the mailclient most be stable like a rock too. I remember me that some years ago, I was using nspluginwrapper on Debian Linux AMD64 self, the browser often has crashed really ugly.

kind regards

Darko
 
I can hardly remember the last time I had any problems with it, even on amd64.
 
Back
Top