<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Trond Are Haugland wrote:<br>
<blockquote type="cite" cite="mid20031112123310.GB10115@arohk.troll.no">
  <pre wrap="">On Tue, Nov 11, 2003 at 08:10:15PM -0600, Lewt @ Linux Warcry wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">just installed a compile from the src rpm and installed the starterbar.. 
click on gdesklets in the menu and it just gives me loading and then 
goes away.. nothing pops up.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Same thing here. I ran it in a console too, this is the error message:

[trondare@mordor /]$ DISPLAY=:0 gdesklets
Traceback (most recent call last):
  File "/usr/bin/gdesklets", line 4, in ?
    from main import HOME
  File "/usr/share/gdesklets/main/__init__.py", line 68, in ?
    from utils.i18n import Translator
  File "/usr/share/gdesklets/utils/__init__.py", line 2, in ?
     from GConfWatcher import GConfWatcher
  File "/usr/share/gdesklets/utils/GConfWatcher.py", line 3, in ?
    import gconf
ImportError: No module named gconf

  </pre>
</blockquote>
You are missing one of the dependencies.  You need to install
gnome-python2-gconf.  Once you do that everything should start working.<br>
<br>
-Allen<br>
</body>
</html>