Chromium on Linux progressing, screenshots inside
Ubuntu users (or users of a Ubuntu-based distro) who have been waiting patiently for the chance to play with Google Chrome, there's now a dead simple way for you to do it. Thanks to the PPA (personal package archive) for Chromium daily builds team, getting the pre-alpha Chromium browser running on your system is about as painless as it can be at this stage.
You'll need to add repositories, of course. They are (substitute jaunty or hardy if needed):
While it's still in its early stages, Chromium on Linux runs as it does on Windows - fast and smooth. Some important features aren't working yet, like the tab and bookmarks bars and options menu, but nearly everything else is. Incognito, history, download manager, and the new tab view are all functional, and every web page I tested rendered beautifully - and fast.
Check the gallery after the break for screenshots from my CrunchBang install.
You'll need to add repositories, of course. They are (substitute jaunty or hardy if needed):
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid mainOnce they've been added, running sudo apt-get install chromium-browser in a terminal window will take care of the rest. After the package has finished installing, just type chromium-browser [enter] to fire it up.
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main
While it's still in its early stages, Chromium on Linux runs as it does on Windows - fast and smooth. Some important features aren't working yet, like the tab and bookmarks bars and options menu, but nearly everything else is. Incognito, history, download manager, and the new tab view are all functional, and every web page I tested rendered beautifully - and fast.
Check the gallery after the break for screenshots from my CrunchBang install.













Comments
30
Subscribe to commentsericMar 17th 2009 10:54PM
don't forget about adding the ppa key to you package manager screen. find it for chromium at: https://launchpad.net/~chromium-daily/+archive/ppa.
never added a key before? here's how: http://blog.launchpad.net/ppa/adding-a-ppas-key-to-ubuntu
HelperMar 18th 2009 10:39AM
I think a "sudo apt-get update" is needed after adding the two lines to /etc/apt/sources.list.
And I got "chromium-browser: Depends: ia32-libs (>= 2.4) but it is not installable" on my jaunty. So no install for me :-(
cm1967Mar 18th 2009 7:53AM
Did the install on my Xubuntu laptop. The install went fine but when I fire it up and try to go to a website, nothing happens. Just a blank white screen.
stephen.c.johnsonMar 18th 2009 8:39AM
Same for me here. Blank white screen on an Ubuntu Intrepid install. So said -- I really enjoy chrome on Windows, but I can't switch OS's for a browser...
FluxellMar 18th 2009 8:39AM
Same here, installed on hardy and content pane is completely blank.
bvidinli@gmail.comMar 18th 2009 9:14AM
using Ubuntu jaunty 9.04 Alpha6,
installed normally,
but blank screen on all pages.
bvidinli
fmobusMar 18th 2009 10:04AM
Dude... this is FAST, really fast. Unfortunately, it crashes on lots of sites, mostly google's (gmail, reader, etc)... but it has future \o/
mdmadphMar 18th 2009 10:24AM
works great for me on Ubuntu 8.10. shows up pages fine -- no white screen problem.
hamayounMar 18th 2009 10:46AM
Got it working, but for me tabs is the #1 feature. This does not seem to have that properly yet.
SamsLembasMar 18th 2009 8:55PM
"Ubuntu users (or users of a Ubuntu-based distro)"
The 'deb' stands for Debian, not Ubuntu. Users of any Debian derivative, not just Ubuntu, can use these packages.
Lee MathewsMar 18th 2009 11:39PM
Right, but Ubuntu .debs can require dependencies that Debian repositories can't satisfy.
rbaMar 20th 2009 10:13AM
Installed on Ubuntu 8 (virtual machine), same white screen problem. Throws a lot of errors like
ERROR:browser/gtk/browser_window_gtk.cc(304)] Not implemented reached in virtual void BrowserWindowGtk
kmMar 21st 2009 6:13PM
I'm getting the same white screen on a native ubuntu 8.10, with similar ERROR:browser/gtk/browser_window_gtk.cc errors.
Has anyone solved this?
gigawattsMar 22nd 2009 5:45PM
I was having the same blank content page error as well, until I installed the
"chromium-browser-dbg" and "chromium-testsuite-dbg" packages. I don't know if both are necessary, as I installed them both at the same time from Synaptic Package Manager, but you can try a combination of one or the other, and see if it works for you.
Cheers.
ChristianMar 23rd 2009 1:24PM
The "chromium-testsuite-dbg" package requires the "msttcorefonts" package. I was able to resolve the blank screen by installing only the "msttcorefonts" package.
Lee MathewsMar 23rd 2009 1:26PM
Thanks for the tip, Christian!
kmMar 22nd 2009 6:41PM
Thanks gigawatts! The extra packages you suggested got the browser working.
That said, as per the warning this version is really too early to be of much use. But it should be interesting to track its development.
nigeldoddMar 25th 2009 6:40AM
Ubuntu 8.10 64 bit
in a terminal window type
sudo gedit /etc/apt/sources.list
put these two lines at the bottom
deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main
then in the terminal window
sudo apt-get update
sudo apt-get install chromium-browser
chromium-browser
And it works, denuded of tabs and many other features, but wonderful to have this blazingly fast, beautifully designed minimalist browser again after I shed Windows several months ago.
nigeldoddMar 25th 2009 11:12AM
What are the steps needed to upgrade to the latest build?
kmMar 30th 2009 12:08PM
Currently I can create new tabs but have no way of switching tabs. I did notice that control-w will delete the current tab and go back to the last one. Does anyone know of a keyboard sequence which will switch tabs?