Line 1: |
Line 1: |
| See this mailing list thread, http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg38343.html | | See this mailing list thread, http://www.mail-archive.com/sugar-devel@lists.sugarlabs.org/msg38343.html |
| | | |
− | output of log app of terminal output when it would not start:
| + | o |
− | <nowiki>
| |
− | sr/lib64/python2.7/site-packages/gi/overrides/__init__.py:175: Warning: The property GSettings:schema is deprecated and shouldn't be used anymore. It will be removed in a future version.
| |
− | return super_init_func(self, **new_kwargs)
| |
− | 1415972696.773397 WARNING root: icon_size is deprecated. Use pixel_size instead.
| |
− | /usr/lib/python2.7/site-packages/sugar3/graphics/toolbarbox.py:305: Warning: The property GtkAlignment:xscale is deprecated and shouldn't be used anymore. It will be removed in a future version.
| |
− | alignment = Gtk.Alignment(xscale=1.0, yscale=1.0)
| |
− | /usr/lib/python2.7/site-packages/sugar3/graphics/toolbarbox.py:305: Warning: The property GtkAlignment:yscale is deprecated and shouldn't be used anymore. It will be removed in a future version.
| |
− | alignment = Gtk.Alignment(xscale=1.0, yscale=1.0)
| |
− | /usr/lib/python2.7/site-packages/sugar3/graphics/palette.py:128: Warning: The property GtkAlignment:xalign is deprecated and shouldn't be used anymore. It will be removed in a future version.
| |
− | yscale=0.33)
| |
− | /usr/lib/python2.7/site-packages/sugar3/graphics/palette.py:128: Warning: The property GtkAlignment:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version.
| |
− | yscale=0.33)
| |
− | 1415972696.964735 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972696.972398 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972696.975941 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972696.976366 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972696.976590 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.002229 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.005631 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.008929 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.026729 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.026960 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.028022 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.028189 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.028308 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.028452 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.028568 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | 1415972697.029437 WARNING root: No Gtk.AccelGroup in the top level window.
| |
− | | |
− | Traceback (most recent call last):
| |
− | File "/usr/bin/sugar-activity", line 169, in <module>
| |
− | main()
| |
− | File "/usr/bin/sugar-activity", line 164, in main
| |
− | instance = create_activity_instance(activity_constructor, activity_handle)
| |
− | File "/usr/bin/sugar-activity", line 42, in create_activity_instance
| |
− | activity = constructor(handle)
| |
− | File "/usr/share/sugar/activities/Terminal.activity/terminal.py", line 123, in __init__
| |
− | self._create_tab(None)
| |
− | File "/usr/share/sugar/activities/Terminal.activity/terminal.py", line 285, in _create_tab
| |
− | self._configure_vt(vt)
| |
− | File "/usr/share/sugar/activities/Terminal.activity/terminal.py", line 475, in _configure_vt
| |
− | Gdk.color_parse(bg_color), [])
| |
− | TypeError: argument foreground: Expected Gdk.RGBA, but got gi.overrides.Gdk.Color
| |
− | Exited with status 1, pid 1966 data (None, <open file '<fdopen>', mode 'w' at 0x7ff3958356f0>, 'adea7e8fcf956296c8872beb4c9f2dfb4bfa2184')</nowiki>
| |