Results 1 to 9 of 9
I'm gettting a pecurliar error, anyone know what it pertains to exactly? (ok, i can tell im missing this file, but where is it from and is it possible to ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-16-2004 #1
gDesklets
I'm gettting a pecurliar error, anyone know what it pertains to exactly? (ok, i can tell im missing this file, but where is it from and is it possible to just remove what is dependant on it?)
Code:Traceback (most recent call last): File "/usr/bin/gdesklets", line 12, in ? from main.Starter import Starter File "/usr/share/gdesklets/main/Starter.py", line 2, in ? from factory.DisplayFactory import DisplayFactory File "/usr/share/gdesklets/factory/DisplayFactory.py", line 3, in ? from sensor.DefaultSensor import DefaultSensor File "/usr/share/gdesklets/sensor/DefaultSensor.py", line 1, in ? from Sensor import Sensor File "/usr/share/gdesklets/sensor/Sensor.py", line 15, in ? from SensorConfigurator import SensorConfigurator File "/usr/share/gdesklets/sensor/SensorConfigurator.py", line 1, in ? import gnome.ui ImportError: could not import bonobo.ui
- 09-16-2004 #2Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Maybe it's libbonobo or some variant thereof?
http://developer.gnome.org/doc/API/2.0/libbonobo/
http://freshmeat.net/projects/libbonoboui/
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 09-16-2004 #3
Yeah...it's a libbonobo problem, IIRC. Just re-emerge libbonobo and it should fixify it.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 09-16-2004 #4Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Haha! That's greatfixify
I'm going to use that word from now on.
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 09-16-2004 #5
Thanks for the response, i emerged libbonobo, but still getting a problem pertaining to bonobo.ui
I removed all the .display files from the /usr/share/gdesklets/Displays for the moment to reduce extra unwanted output untill i can get this to start. I've got a Gnome enviroment so i can get these working in here, later I plan to move to fluxbox or summin of the sort, but thats a little off track. I even unmerged libbonobo then remerged it, still same error......Code:kevin@Igloo CPUTemp $ gdesklets start connecting to daemon [ ### ]Traceback (most recent call last): File "/usr/local/share/gdesklets/gdesklets-daemon", line 13, in ? import gnome.ui ImportError: could not import bonobo.ui Cannot establish connection to daemon : timeout
- 09-16-2004 #6Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
I beleive there is another library called libbonoboui. Is that installed as well?
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 09-17-2004 #7
- 09-17-2004 #8
Yeah...I've had that problem before. I had to chase around packages to re-emerge.

Good luck with it.
"Time is an illusion. Lunchtime, doubly so."
~Douglas Adams, The Hitchhiker's Guide to the Galaxy
- 09-17-2004 #9


Reply With Quote
