Comment 3 for bug 738551

Revision history for this message
Rohit R (rr0hit) wrote : Re: istanbul doesn't launch under unity

I could reproduce the bug. Istanbul is listed in the running processes. Just that the panel icon does not show up.

I started gnome-panel and ran istanbul again. This time, I got the icon on the panel. But on stopping the recording, Istanbul crashed with the following error :

istanbul
** Message: pygobject_register_sinkfunc is deprecated (GstObject)
DEBUG: final pipeline: istximagesrc name=videosource display-name=:0.0 screen-num=0 ! video/x-raw-rgb,framerate=10/1 ! videorate ! ffmpegcolorspace ! videoscale method=1 ! video/x-raw-yuv,width=1280,height=800,framerate=10/1 ! theoraenc ! oggmux name=mux ! filesink location=/tmp/tmpCbldBt
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/istanbul/main/save_window.py", line 42, in do_realize
    Gtk.DrawingArea.do_realize(self)
NameError: global name 'Gtk' is not defined
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/istanbul/main/save_window.py", line 147, in init_videowidget
    widget._xid = widget.window.xid
AttributeError: 'NoneType' object has no attribute 'xid'
**
Gtk:ERROR:/build/buildd/gtk+2.0-2.24.3/gtk/gtkwidget.c:8832:gtk_widget_real_map: assertion failed: (gtk_widget_get_realized (widget))
Aborted (core dumped)