starterbar-desklet-0.31.3 running error !

Bug #183414 reported by lqsohu
4
Affects Status Importance Assigned to Milestone
gDesklets
Invalid
Low
Unassigned

Bug Description

when i run the starterbar widget ,I get this log, i think this is the gnome module wrong (not have gnome package) ,but I dont want to use it in my system . I still delete the module of gnome.vfs and gconf . when i modify that code(delete the module ,use open instead of gnome.vfs.open ) ,it still run it on ubuntu well . but now I want to try to run it on my linux system (a mobile system ), that had some widget could run well on it , startbar have this wrong !
           can you help me ? thank you!
  if I am not say clearly , please tell me ! I am looking forward to u!
the log:
Log messages of /home/cellon/.gdesklets/logs/gdesklets%3A0.log
/usr/lib/gdesklets/utils/ErrorFormatter.py:118: RuntimeWarning: Python C API version mismatch for module tiling: This Python has API version 1013, module til
  module = _old_imp(name, globs, locls, fromlist)
/usr/lib/gdesklets/utils/ErrorFormatter.py:118: RuntimeWarning: Python C API version mismatch for module x11: This Python has API version 1013, module x11 ha
  module = _old_imp(name, globs, locls, fromlist)

==========================================================[01/15/08-15:17:23]===
Warning: "/usr/lib/gdesklets/Controls/System" is an invalid control.

==========================================================[01/15/08-15:17:24]===
Deprecation: Sensors are deprecated since v0.30.
Please consider using controls and inline scripts.

[EXC]libORBit-2.so.0: cannot open shared object file: No such file or directory
[EXC]/usr/lib/gdesklets/utils/ErrorFormatter.py

[---] 113 # give us an absolute path.
[---] 114 #
[---] 115 _old_imp = __import__
[---] 116 def _new_imp(name, globs = {}, locls = {}, fromlist = []):
[---] 117
[ERR]> 118 module = _old_imp(name, globs, locls, fromlist)
[---] 119 # builtin modules have no "__file__" attribute, so we have to check for it
[---] 120 if (module):
[---] 121 if (hasattr(module, "__file__")):
[---] 122 module.__file__ = os.path.abspath(module.__file__)
[---] 123 return module
[---] 124 else:
Could not load sensor StarterBar

[EXC][Errno 2] No such file or directory: '/usr/lib/gdesklets/../../share/gdesklets/Sensors'
[EXC]/usr/lib/gdesklets/factory/SensorFactory.py

[---] 32 try:
[---] 33
[---] 34 for p in SENSORPATHS:
[---] 35
[---] 36 try:
[ERR]> 37 os.chdir(p)
[---] 38 except OSError:
[---] 39 continue
[---] 40
[---] 41 # reload old modules to force using the latest version; this
[---] 42 # means we can edit modules while running gDesklets
[---] 43 # TODO: clean up

==========================================================[01/15/08-15:17:25]===
=== Could not find sensor 'StarterBar'

Revision history for this message
Robert Kubík (Pastierovič) (just-me) wrote :

How did you install the core of the gDesklets? Try to compile it from source. It seems you are missing some libraries: at least the liborbit2 one.
The Starterbar does not load because he couldnt find the sensor he uses. But I'm not very familiar with sensor and its installation, they are deprecated now and it's not recommended to use desklets that depend on them. Maybe you should try to run ./Install_StarterBar_Sensor.bin in the source directory of this desklet (/home/cellon/.gdesklets/Displays/starterbar-desklet-0.31.3/

Revision history for this message
lqsohu (lqsohu) wrote :

Thank to Robert Pastierovic,
yeah ! I run ./Install_StarterBar_Sensor.bin it . I also compile and install gdesklets from source . the widget of GoodWeather run well on this system
In my system I dont have gnome module ,but I modify it about gnome and gconf. Before I modify that , the log occur error :not have gconf , gnome.vfs . when I modify that code , not occur that error . However , it still have error . The logs that you saw

Revision history for this message
MarioGonzalez (gonzalemario) wrote :

Have you tried the 0.36 version? did you fix your problem?

Changed in gdesklets:
importance: Undecided → Low
status: New → Incomplete
Revision history for this message
MarioGonzalez (gonzalemario) wrote :

We haven't received any feedback from the author in loong time but it seems this is not a gdesklet related problem, some dependences instead:

"libORBit-2.so.0: cannot open shared object file: No such file or directory"

Changed in gdesklets:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.