Chromium Web Browser( Google Chrome for Linux ie ) has already won a lot of accolades among Ubuntu/Linux users and we have already seen how easy it is to install chromium web browser in Ubuntu. I am so impressed with this new chromium web browser, that i may even use it as my regular browser. Flash support is not available by default, but by a little bit of tweaking, you can enable it too. Here is how.
- Make sure you have installed package flashplugin-nonfree. Best way to know that is by trying to install the package once again. Goto Terminal and do.
sudo apt-get install flashplugin-nonfree
- Now copy libflashplayer.so into chrome-browser directory. Simply copy-paste the following in Terminal (Applications> Accessories > Terminal).
sudo cp /usr/lib/flashplugin-installer/libflashplayer.so /usr/lib/chromium-browser/plugins/
- Thats it. Now to start Chromium with flash support, goto terminal and type as follows.
chromium-browser --enable-plugins
Adding shortcut for Chromium Web Browser
- But going to terminal to start an application every time is kind of overkill. All you need to do is creating a shortcut on the top panel. Here is how we do it.
- You can add Chromium with Flash support in the top menu in your Desktop like in the screenshot below.

- Here is how it can be done. First right click on top of the menu and click on Add to panel.

- Now select Custom Application Launcher from top of the menu.

- Now in the Command menu, type in the command to start Chromium with flash support which is, chromium-browser --enable-plugins.

- That is it. Start Chromium Web Browser from top menu of your desktop and enjoy chromium web browser experience in Ubuntu.
Chromium Browser in action




I had a problem when I started using Chromium a few weeks ago, the result being that none of the guides I found at the time worked for me. I finally determined that It was my installation of Crossover. I have IE 6 and 7 installed through that. Unfortunate result of being a web developer :( . Chromium kept trying to use the IE dll for flash instead of the proper .so that I had installed. The only way I was able to get it to work was to remove the file.
If you do an about:plugins, you'll see that dll listed. Search for it in the ~/.cxoffice directory. Move or remove it, and your problem should go away.
in the latest builds of chromium --enable-plugins option is no longer necessary
Nice guide - it helped me out :)
Which one is most stable(newest build), chromium or chrome ?
Or are they completely in sync, because I havent managed to find that information anywhere..
As far as i know, Chromium is an entirely different project and actually the original Google Chrome is based on Chromium. And they are not in sync. Chromium is still undergoing a lot of development and is not that stable as google chrome is. Try for yourself. Here is how you could install chromium in ubuntu.
http://ubuntumanual.org/posts/241/installing-chromium-web-browser-google...