Ae galera, eu estava com o mesmo problema
, e não consegui iniciar o gDesklets, descobri que é por incompatibilidade com a versão do phyton 2.6, ele só funça com o 2.5!!! hehehe
e a resposta está no forum do ubuntu oficial USA:
Não sei se posso postar o link
então colarei na integra o passo a passo escrito por ranjith19.
--------------------------------------------------------
How To: Installing gdesklets in ubuntu 10.10 successfully.
I had to search for half an hour to make gdesklets work in ubuntu. This is how it is done.
1. Open Terminal
2. Install gdeskelts by typing
sudo apt-get install gdesklets
3. Create a link for python2.5
sudo ln -s /usr/bin/python2.5 /usr/bin/python2.6
4. Open /usr/lib/gdesklets/utils/ErrorFormatter.py as root
sudo gedit /usr/lib/gdesklets/utils/ErrorFormatter.py
5. Go to the line that contains (line 116)
def _new_imp(name, globs = {}, locls = {}, fromlist = []):
and replace it by
def _new_imp(name, globs = {}, locls = {}, fromlist = [], test = []):
6. Thats it. Start gdesklets. It should work well. You can add it to your start-up by adding an entry in gnome-session-properties
-------------------------------------------------------
Pra mim, funcionou de primeira!!!! Tomara que tenha ajudado vocês!! Abraços