Showing posts with label Chromium. Show all posts
Showing posts with label Chromium. Show all posts

Wednesday, September 4, 2013

Why doesn't Chromium have “Chrome PDF Viewer” plugin?

This is a nice way to get the PDF viewer to work in Chromium.  Essentially, you take the "command" from Chrome and link it, or copy it, to Chromium.

sudo ln -s /opt/google/chrome/libpdf.so /usr/lib/chromium-browser/

http://askubuntu.com/questions/12584/why-doesnt-chromium-have-chrome-pdf-viewer-plugin

http://askubuntu.com/questions/220913/pdf-viewer-in-chromium

Sunday, September 1, 2013

How to run Google Chromium browser from the terminal

In case you need to run the Google Chromium browser from the terminal (such as my case where my unity is messed up/broken), you can use the simple command

chromium-browser


http://ubuntuforums.org/showthread.php?t=1811171

Friday, July 13, 2012

How to Install Latest Version of Chromium Browser in Ubuntu ~ Ubuntu Vibes | Daily Ubuntu Linux Updates

How to Install Latest Version of Chromium Browser in Ubuntu ~ Ubuntu Vibes | Daily Ubuntu Linux Updates

sudo add-apt-repository ppa:towolf/crack
sudo apt-get update
sudo apt-get install chromium-browser I noticed that it defaults to Yahoo for searching using the webpage name bar. You can change this under settings.

Friday, March 23, 2012

Chromium daliy builds PPA

In order to add the Chromium daily builds PPA to your Ubuntu repositories use the terminal and type the command:

sudo apt-add-repository ppa:chromium-daily/ppa

Friday, July 1, 2011