Ticket #4886: shell.log

File shell.log, 3.7 KB (added by FGrose, 9 years ago)

shell log for failed launch

Line 
1/usr/lib/python2.7/site-packages/jarabe/main.py:54: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
2  from gi.repository import Gtk
3/usr/lib/python2.7/site-packages/jarabe/main.py:55: PyGIWarning: Gst was imported without specifying a version first. Use gi.require_version('Gst', '1.0') before import to ensure that the right version gets loaded.
4  from gi.repository import Gst
5/usr/lib/python2.7/site-packages/jarabe/main.py:56: PyGIWarning: Wnck was imported without specifying a version first. Use gi.require_version('Wnck', '3.0') before import to ensure that the right version gets loaded.
6  from gi.repository import Wnck
7/usr/lib/python2.7/site-packages/jarabe/model/session.py:19: PyGIWarning: SugarExt was imported without specifying a version first. Use gi.require_version('SugarExt', '1.0') before import to ensure that the right version gets loaded.
8  from gi.repository import SugarExt
9/usr/lib/python2.7/site-packages/jarabe/model/shell.py:26: PyGIWarning: GdkX11 was imported without specifying a version first. Use gi.require_version('GdkX11', '3.0') before import to ensure that the right version gets loaded.
10  from gi.repository import GdkX11
11/usr/lib/python2.7/site-packages/jarabe/model/desktop.py:49: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
12  view_icons = GObject.property(type=object, getter=get_view_icons)
13/usr/lib/python2.7/site-packages/jarabe/model/desktop.py:54: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
14  number_of_views = GObject.property(type=object, getter=get_number_of_views)
15/usr/lib/python2.7/site-packages/jarabe/model/desktop.py:59: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
16  favorite_icons = GObject.property(type=object, getter=get_favorite_icons)
17/usr/lib/python2.7/site-packages/jarabe/model/shell.py:113: PyGIDeprecationWarning: GObject.property is deprecated; use GObject.Property instead
18  launch_status = GObject.property(getter=get_launch_status)
19/usr/lib/python2.7/site-packages/jarabe/util/downloader.py:23: PyGIWarning: Soup was imported without specifying a version first. Use gi.require_version('Soup', '2.4') before import to ensure that the right version gets loaded.
20  from gi.repository import Soup
21/usr/lib/python2.7/site-packages/sugar3/test/uitree.py:24: PyGIWarning: Atspi was imported without specifying a version first. Use gi.require_version('Atspi', '2.0') before import to ensure that the right version gets loaded.
22  from gi.repository import Atspi
23
24** (main.py:3732): WARNING **: Failed to load shared library 'libsugarext.so.0' referenced by the typelib: /lib64/libsugarext.so.0: undefined symbol: sugar_event_controller_get_state
25Traceback (most recent call last):
26  File "/usr/lib64/python2.7/runpy.py", line 162, in _run_module_as_main
27    "__main__", fname, loader, pkg_name)
28  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code
29    exec code in run_globals
30  File "/usr/lib/python2.7/site-packages/jarabe/main.py", line 63, in <module>
31    from jarabe.view import keyhandler
32  File "/usr/lib/python2.7/site-packages/jarabe/view/keyhandler.py", line 26, in <module>
33    from jarabe.model.sound import sound
34  File "/usr/lib/python2.7/site-packages/jarabe/model/sound.py", line 32, in <module>
35    class PlaybackSound(object):
36  File "/usr/lib/python2.7/site-packages/jarabe/model/sound.py", line 33, in PlaybackSound
37    _volume = SugarExt.VolumeAlsa.new(_PLAYBACK)
38GLib.Error: g-invoke-error-quark: Could not locate acme_volume_alsa_new: 'acme_volume_alsa_new': /lib64/libsugar-eventcontroller.so.0: undefined symbol: acme_volume_alsa_new (1)