6.05.2008

Google Gadgets on Your Linux Desktop

0 comments

The team behind the Google Desktop for Linux project is proud to present the first open source implementation of the Google Gadgets on the Linux desktop. The Google Gadgets for Linux project will provide a platform that will allows the use of the popular and wonderful Google gadgets (widgets) on any Linux desktop. The project is compatible with gadgets written for Google Desktop for Windows and the Universal Gadgets from iGoogle.

Google Gadgets for Linux package on an Ubuntu 8.04 LTS machine and we were really impressed with them. The installation will provide a client for both GTK and QT platforms or, in other words, both GNOME and KDE users can enjoy the Google Gadgets on their desktops.


How to install guide:

Installing necessary requirements:

Open a terminal (Applications -> Accessories -> Terminal) and paste the following command:

Code:
sudo apt-get -y install libtool automake autoconf libxul-dev libghc6-mozembed-dev libcurl4-gnutls-dev libxml2-dev zlib1g-dev xulrunner libgtk2.0-dev libcairo2-dev libdbus-1-dev libdbus-glib-1-dev libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libqt4-dev build-essential spidermonkey-bin libmozjs-dev

Configure, compile and install Google Gadgets

Download Google Gadgets for Linux right now from Softpedia.

Extract the archive, open a terminal (Applications -> Accessories -> Terminal) and execute the following commands, one by one:

Code:
./configure --prefix=/usr
make
sudo make install


That's it! Now you can hit ALT+F2 and type ggl-gtk (for GNOME users) or ggl-qt (for KDE users) to start the Google Gadgets application. You will see a nice icon on the system tray area, right click on it to access the gadgets browser. Have fun and enjoy the finest Google gadgets on your Linux desktop!

Note: We've noticed that the GTK interface (ggl-gtk) of Google Gadgets will not load the gadgets. As a workaround, run the Qt interface (ggl-qt) first and let it load all the gadgets, close it and run the GTK interface again. It will load all the gadgets now.

See Also :

  • Desktop Blogging Clients for Linux
  • 10 Reasons to Love Debian
  • Adobe releases Adobe Flash Player 10 beta for Linux
  • Basic Linux Commands
  • Scan your Linux-Distro for Root Kits
  • Install Firefox 3 Beta on Ubuntu 7.10



    Comments

    0 comments to "Google Gadgets on Your Linux Desktop"

    Post a Comment