Ecco la procedura per installare Google Gadgets sulla vostra Ubuntu Linux (testato su Hardy Heron e Intrepid Ibex).
Here is the full steps to install Google Gadgets on your Ubuntu Linux (tested on Hardy Heron and Intrepid Ibex)
sudo aptitude install automake autoconf libtool zlib1g-dev
libmozjs-dev libcurl4-openssl-dev libxml2-dev libdbus-1-dev
libmozjs-dev libgstreamer-plugins-base0.10-dev libcurl3-openssl-dev
libdbus-1-dev libxul-dev libcurl3 libcurl3-dbg libcurl3-gnutls
libcurl4-openssl-dev libcurl-ocaml libmozjs0d libmozjs0d-dbg
libmozjs-dev g++-4.2-multilib g++ libqt4-devwget http://google-gadgets-for-linux.googlecode.com/files/google-gadgets-for-linux-0.9.1.tar.gz
tar zxvf google-gadgets-for-linux-0.9.1.tar.gz
cd google-gadgets-for-linux-0.9.1/
sh autotools/bootstrap.sh
mkdir -p build/debug
cd build/debug
../../configure --enable-debug
sudo make install
ggl-gtk
Google Gadgets for Linux on Google Code