Hi all.
Hopefully this hasn't been posted before (I'm too lazy to search). However, if not (and in-case you weren't aware), there is an alpha/dev version of Chrome available for Linux
here. Out of the box (so to speak) it doesn't officially support plugins like Flash-player, although it is possible to get it working with ease.
It should be noted that this is an alpha version (PLEASE READ THE NOTES FROM GOOGLE), and Google themselves don't necessarily 'recommend' installing it, however in my experience so far, it functions quite well (ie. FAST) compared to Firefox and is definitely worth a look.
To get Flash working with this version of Chromium:
1) Install Chromium from the link above
2) Create a plugins directory
Code:
cd /opt/google/chrome
sudo mkdir plugins
3) Copy your existing Flash plugin to this dir (sym links might work -- haven't tried)
Code:
sudo cp /usr/lib/adobe-flashplugin/libflashplayer.so /opt/google/chrome/plugins
4) Run with the '--enable-plugins' option (or change your app launcher properties)
Code:
google-chrome --enable-plugins
5) Enjoy.
Tested using Ubuntu 9.04 (Jaunty) - 2.6.28-13-generic, Flash 10.0.32.18-1 and Google Chrome 3.0.196.0