1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108 | root@ubuntu:/# DISPLAY=:0 aptoncd
No protocol specified
/usr/lib/python2.7/dist-packages/gtk-2.0/gtk/__init__.py:57: GtkWarning: could not open display
warnings.warn(str(e), _gtk.Warning)
/usr/lib/python2.7/dist-packages/APTonCD/core/gui.py:132: Warning: invalid (NULL) pointer instance
return glade.XML(glade_file, domain_name)
/usr/lib/python2.7/dist-packages/APTonCD/core/gui.py:132: Warning: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
return glade.XML(glade_file, domain_name)
/usr/lib/python2.7/dist-packages/APTonCD/core/gui.py:132: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
return glade.XML(glade_file, domain_name)
/usr/lib/python2.7/dist-packages/APTonCD/core/gui.py:132: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
return glade.XML(glade_file, domain_name)
/usr/lib/python2.7/dist-packages/APTonCD/core/gui.py:132: Warning: value "TRUE" of type 'gboolean' is invalid or out of range for property 'visible' of type 'gboolean'
return glade.XML(glade_file, domain_name)
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_pango_context_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_context_set_font_description: assertion 'context != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_context_set_base_dir: assertion 'context != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_context_set_language: assertion 'context != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_new: assertion 'context != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_set_text: assertion 'layout != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_set_attributes: assertion 'layout != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_set_alignment: assertion 'layout != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_set_ellipsize: assertion 'PANGO_IS_LAYOUT (layout)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_set_single_paragraph_mode: assertion 'PANGO_IS_LAYOUT (layout)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_set_width: assertion 'layout != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_get_extents: assertion 'layout != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gtk_settings_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: Warning: g_object_get: assertion 'G_IS_OBJECT (object)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_get_pixel_extents: assertion 'PANGO_IS_LAYOUT (layout)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_set_wrap: assertion 'PANGO_IS_LAYOUT (layout)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_screen_get_width: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gtk_icon_theme_get_for_screen: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gtk_icon_size_lookup_for_settings: assertion 'GTK_IS_SETTINGS (settings)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: Invalid icon size 4
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gtk_icon_theme_load_icon: assertion 'GTK_IS_ICON_THEME (icon_theme)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: Error loading theme icon 'media-optical' for stock:
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: /build/buildd/gtk+2.0-2.24.27/gtk/gtkstyle.c:2358: invalid icon size '4'
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gtk_style_render_icon: assertion 'pixbuf != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: Warning: g_object_ref: assertion 'G_IS_OBJECT (object)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gtk_icon_theme_choose_icon: assertion 'GTK_IS_ICON_THEME (icon_theme)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: Error loading theme icon 'document-revert' for stock:
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_layout_get_context: assertion 'layout != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_context_get_language: assertion 'context != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_context_get_metrics: assertion 'PANGO_IS_CONTEXT (context)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_font_metrics_get_approximate_char_width: assertion 'metrics != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_font_metrics_get_approximate_digit_width: assertion 'metrics != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_font_metrics_get_ascent: assertion 'metrics != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: PangoWarning: pango_font_metrics_get_descent: assertion 'metrics != NULL' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_screen_get_display: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_display_get_pointer: assertion 'GDK_IS_DISPLAY (display)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_screen_get_n_monitors: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_screen_get_monitor_geometry: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: gtk_widget_size_allocate(): attempt to allocate widget with width -581191 and height 1842787
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_screen_get_default_colormap: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_colormap_get_visual: assertion 'GDK_IS_COLORMAP (colormap)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_screen_get_root_window: assertion 'GDK_IS_SCREEN (screen)' failed
self.window.show()
/usr/lib/python2.7/dist-packages/APTonCD/ui/main_window.py:257: GtkWarning: IA__gdk_window_new: assertion 'GDK_IS_WINDOW (parent)' failed
self.window.show()
Segmentation fault (core dumped)
root@ubuntu:/#
|