Google Desktop, Google Chrome and Google Gadgets in Ubuntu
Posted on August 1st, 2009 at 15:39, in .com, How To, Ubuntu.
Looking to see if Google Desktop is now available for Linux I have discovered some Google goodies. Not only that they have ported this nice desktop companion software to Linux, they have also included in their repositories Google Gadgets (using both GTK and Qt, but it is a little buggy as some of the widgets work, others don’t and the application might not be responsive from time to time) and – much awaited in the Linux world – Google Chrome.
To install all the goodies, follow these steps:
- run these commands as root (using
sudo): - add this to your software list (
/etc/apt/sources.list): - update your software list:
- install whatever Google packages you want
wget -q https://dl-ssl.google.com/linux/linux_signing_key.pub -O- | sudo apt-key add -
# Google software repository deb http://dl.google.com/linux/deb/ stable non-free main
sudo apt-get update
To enable flash support in Google Chrome you must create the folder plugins in /opt/google/chrome and then copy libflashplayer.so in it from /usr/lib/flashplugin-installer/. Afterwards you must launch Chrome using --enable-plugins option. That can be handled at the menu level. Just go to System – Preferences – Main Menu, in the left list click on Internet, click on Google Chrome on the right, click on Properties and in the Command text field add the --enable-plugins options to the end.
One thing that I have noticed is that Chrome in Linux is very fast, way faster than on Windows (do not ask me why) and even faster than Firefox (at least 3.0.12 version). A small problem that I have encountered is that the Home and End buttons have no effect in text fields, but I am sure that this will be fixed in future releases.
Keep in mind though that Chrome is still a developer build on Linux and that it might not be stable. The idea behind the current status of the project is to offer you a glimpse of what the developers have reached to.
What’s your favorite Google app in Linux?
Similar Posts:
- Right click not working in Firefox 3.5
- Flipped images from your webcam in Ubuntu?
- New toys for Linux
- Adobe Reader in Ubuntu
- How to install Oracle Database 10g XE and OC4J on Ubuntu



One Comment
Florin said
on June 6th, 2010,
at 23:00 hours
Favorite app on Linux: same as on Windows: Opera. Besides being way better than Chrome (comparably fast, maybe just slightly slower, but way more standards compliant), it also comes with desktop widgets, even with a completely free kit to make your own widgets (using only web technologies, but also having limited access to the filesystem).
Think you've got something to say?
For leaving comments including source code or terminal output, please use the the following tags like in the next example:
where you substitutelanguagewith the programming laguage used throught the code example (for terminal output that would be bash), e.g:To see a list of all the supported languages, please check this page.
If you want to include code bits inline, please use the
codetags like in the following example: