Ticket #354 (closed defect: obsolete)
sugar jhbuild fails to run under ubuntu 9.04 and fedora 10
| Reported by: | dfarning | Owned by: | sascha_silbe |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | Unspecified by Release Team |
| Component: | sugar-jhbuild | Version: | Git as of bugdate |
| Severity: | Unspecified | Keywords: | |
| Cc: | sayamindu | Distribution/OS: | Ubuntu |
| Bug Status: | New |
Description
Below is the error messaged I recieved when building and running sugar under sugar-jhbuild on Ubuntu 9.04.
dfarning@3000N100LINUX:~/sugar-jhbuild$ ./sugar-jhbuild run
/var/lib/python-support/python2.5/gtk-2.0/gtk/init__.py:48: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
from gtk import _gtk
ImportError: could not import gio
ImportError: could not import gio
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.50" is not allowed to own the service "org.x.config.display101" due to security policies in the configuration file)
unrecognised device identifier!
[ 0.288774] (EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
[ 0.292298] (EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
[ 0.296159] (EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
[ 0.298418] (EE) config/hal: NewInputDeviceRequest failed (2)
[dix] Could not init font path element /usr/share/fonts/X11/cyrillic, removing from list!
[ 0.363892] (EE) XKB: No components provided for device Virtual core keyboard
[config/dbus] couldn't take over org.x.config: org.freedesktop.DBus.Error.AccessDenied (Connection ":1.50" is not allowed to own the service "org.x.config.display101" due to security policies in the configuration file)
unrecognised device identifier!
[ 0.470496] (EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
[ 0.474019] (EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
[ 0.475885] (EE) config/hal: NewInputDeviceRequest failed (2)
unrecognised device identifier!
[ 0.478193] (EE) config/hal: NewInputDeviceRequest failed (2)
matchbox: keyboard does not appear to have a <alt> key.
matchbox: ignoring key shortcut <Alt>return=fullscreen
1234645747.734215 STARTUP: Starting the shell
/var/lib/python-support/python2.5/gtk-2.0/gtk/init__.py:48: RuntimeWarning: tp_compare didn't return -1 or -2 for exception
from gtk import _gtk
ImportError: could not import gio
ImportError: could not import gio
ImportError: cannot import name Container from gtk
Traceback (most recent call last):
File "/home/dfarning/sugar-jhbuild/install/bin/sugar-session", line 48, in <module>
from jarabe.desktop.homewindow import HomeWindow
File "/home/dfarning/sugar-jhbuild/install/lib/python2.5/site-packages/jarabe/desktop/homewindow.py", line 24, in <module>
from jarabe.desktop.meshbox import MeshBox
File "/home/dfarning/sugar-jhbuild/install/lib/python2.5/site-packages/jarabe/desktop/meshbox.py", line 26, in <module>
from sugar.graphics.icon import CanvasIcon, Icon
File "/home/dfarning/sugar-jhbuild/install/lib/python2.5/site-packages/sugar/graphics/icon.py", line 312, in <module>
class Icon(gtk.Image):
AttributeError: 'module' object has no attribute 'Image'
