Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#4728 closed defect (notsugar)

Error running command ~$ sugar-emulator (Window manager warning: Fatal IO error 11)

Reported by: hehe_br Owned by:
Priority: Unspecified by Maintainer Milestone: Unspecified
Component: Sugar Version: 0.98.x
Severity: Unspecified Keywords:
Cc: Distribution/OS: openSUSE
Bug Status: Resolved

Description

I've installed Sugar from openSUSE 13.1 repositoryhttp://download.opensuse.org/repositories/X11:/Sugar/openSUSE_13.1/i586/, with the command:

#zypper in sugar sugar-activities

and I get the following error when I run sugar-emulator:

$ sugar-emulator
Initializing built-in extension Generic Event Extension
Initializing built-in extension SHAPE
Initializing built-in extension MIT-SHM
Initializing built-in extension XInputExtension
Initializing built-in extension XTEST
Initializing built-in extension BIG-REQUESTS
Initializing built-in extension SYNC
Initializing built-in extension XKEYBOARD
Initializing built-in extension XC-MISC
Initializing built-in extension SECURITY
Initializing built-in extension XINERAMA
Initializing built-in extension XFIXES
Initializing built-in extension RENDER
Initializing built-in extension RANDR
Initializing built-in extension COMPOSITE
Initializing built-in extension DAMAGE
Initializing built-in extension MIT-SCREEN-SAVER
Initializing built-in extension DOUBLE-BUFFER
Initializing built-in extension RECORD
Initializing built-in extension DPMS
Initializing built-in extension X-Resource
Initializing built-in extension XVideo
Initializing built-in extension XVideo-MotionCompensation
[dix] Could not init font path element /usr/share/fonts/misc/sgi:unscaled, removing from list!
Window manager warning: Failed to load theme "Ambiance": Failed to find a valid file for theme Ambiance

The XKEYBOARD keymap compiler (xkbcomp) reports:
> Warning:          Compat map for group 2 redefined
>                   Using new definition
> Warning:          Compat map for group 3 redefined
>                   Using new definition
> Warning:          Compat map for group 4 redefined
>                   Using new definition
Errors from xkbcomp are not fatal to the X server
Window manager warning: Failed to load theme "Ambiance": Failed to find a valid file for theme Ambiance

Traceback (most recent call last):
  File "/usr/bin/sugar-session", line 46, in <module>
    from gi.repository import Wnck
  File "/usr/lib/python2.7/site-packages/gi/importer.py", line 68, in load_module
    dynamic_module._load()
  File "/usr/lib/python2.7/site-packages/gi/module.py", line 287, in _load
    self._introspection_module = get_introspection_module(self._namespace)
  File "/usr/lib/python2.7/site-packages/gi/module.py", line 266, in get_introspection_module
    module = IntrospectionModule(namespace, version)
  File "/usr/lib/python2.7/site-packages/gi/module.py", line 117, in __init__
    repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' is already loaded
g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
Window manager warning: Fatal IO error 11 (Resource temporarily unavailable) on display ':30'.

This happens if I try to run sugar from the command sugar-emulator from KDE or GNOME, and from KDM it comes back to login screen.
I've searched the web with every single bit of the error but couldn't find a fix.
Is there a way to fix it?

Change History (5)

comment:1 Changed 10 years ago by dnarvaez

  • Resolution set to notsugar
  • Status changed from new to closed

This looks like a Suse issue, it should be reported to them. We don't even have sugar-emulator anymore in the latest upstream sugar.

comment:2 Changed 10 years ago by cyberorg

Just came to know about this, fix committed in our packaging. It was missing:

Requires: typelib-1_0-Wnck-3_0

To fix this you can run the following as root in terminal:

zypper in typelib-1_0-Wnck-3_0

comment:3 Changed 10 years ago by cyberorg

  • Bug Status changed from Unconfirmed to Resolved

comment:4 Changed 10 years ago by cyberorg

also missing is:

zypper in typelib-1_0-GtkSource-3_0

comment:5 Changed 10 years ago by hehe_br

Hi,
Thanks for your reply!
With those it still did not work.
Then I installed typelib-1_0-Gst-1_0 from the error and it is now working!

zypper in typelib-1_0-Gst-1_0

Cheers!

Note: See TracTickets for help on using tickets.