LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   gdesklets sensor (https://www.linuxquestions.org/questions/linux-software-2/gdesklets-sensor-310505/)

SepitvaOra 04-06-2005 05:43 PM

gdesklets sensor
 
I installed gdesklets (v 0.34.3) using yum and works fine
Installed the clock-display and it works fine

Then ive tried to install StarBar and LTVariations and a window pops up telling me the same errors on both...
first window
"Could not find sensor 'StarterBar'
A sensor could not be found. This usually means that it has not been installed.'

secound window then pops up after closing the first.....
Invalid desklet file "/home/john/.gdesklets/Displays/starterbar-desklet-0.31.2/starterbar.display"
The desklet file contains invalid data and could not be loaded.'

here is the log...
Code:

Deprecation: Sensors are deprecated since v0.30.                                     
Please consider using controls and inline scripts.                                   
Could not load sensor StarterBar                                                     
exceptions.OSError:                                                                 
[Errno 20] Not a directory: '/home/john/.gdesklets/Sensors'                         
/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-                                               
root/usr/share/gdesklets/factory/SensorFactory.py                                   
  33        try:                                                                   
  34                                                                               
  35            for p in SENSORPATHS:                                             
  36                                                                               
  37                try:                                                           
>  38                    os.chdir(p)                                               
  39                except OSError:                                               
  40                    continue                                                   
  41                                                                               
  42                # reload old modules to force using the latest version; this   
  43                # means we can edit modules while running gDesklets           
  44                # TODO: clean up                                               
exceptions.RuntimeError:                                                             
Could not load sensor                                                               
/dar/tmp/gdesklets-0.34.3-1.1.fc3.rf-                                               
root/usr/share/gdesklets/Controls/Sensors/__init__.py                               
  32        module, args = value                                                   
  33        sensor = self.__sensor_factory.create_sensor(module, args)             
  34        if (sensor):                                                           
  35            sensor.add_observer(self.__on_observe_sensor)                     
  36        else:                                                                 
>  37            raise RuntimeError("Could not load sensor")                       
  38                                                                               
  39        self.__sensor = sensor                                                 
  40                                                                               
  41                                                                               
  42    #                                                                         
  43    # Sends an action to the sensor.                                           
==========================================================[04/06/05-15:43:38]===     
Warning: Couldn't remove desklet with ID "id11128274184556656".                     
'id11128274184556656'                                                               
==========================================================[04/06/05-15:43:38]===     
Warning: Couldn't add desklet "/home/john/.gdesklets/Displays/starterbar-           
desklet-0.31.2/starterbar.display".                                                 
Warning: Invalid desklet file "/home/john/.gdesklets/Displays/starterbar-           
desklet-0.31.2/starterbar.display"

Please help me out

using FEDORA CORE 3, amd 3000+(using i386 version)

comprookie2000 04-06-2005 05:52 PM

Did you download the latest starterbar from there site and install it through the gdesklets daemon(right click gdesklets icon)->Manage desklets->file->install package?

SepitvaOra 04-06-2005 06:18 PM

YEP thats exactly what i did

comprookie2000 04-06-2005 07:02 PM

May need to upgrade your python stuff.


All times are GMT -5. The time now is 09:26 PM.