Google Desktop, Google Chrome and Google Gadgets in 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
1 Comment
Leave a comment
Secure your files
Recent Posts
Recent Comments
Radu said:
After you install VMware Server there is no menu entry for it. To access its interface you should open a browser tab and go to... more»
Radu said:
I bought mine just a month before they launched the 3rd generation. But it’s really okay for my needs. more»
Radu said:
Something must have gone wrong during the install process. Try to reinstall the drivers (after you have uninstalled them previously)... more»
Radu said:
I think you should start Firefox (due to the fact that the plugin runs under it) with that custom wrapper script. more»
RGG said:
As with Mai I removed vmnet, vmci and vmmon. Ran sudo vmware-config.pl and it reran the last part of the install but did not add any... more»
Recent Tweets
- jQuery .click() and the double submit of a form - http://bit.ly/dcCGqR [#]







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).