← Back to team overview

openshot.developers team mailing list archive

[Bug 519726] Re: Openshot won't start : GTK_ICON_SIZE_INVALID

 

There may be two bugs here.

I get the assertion warning as above but openshot works just fine - no
segfault, no DOM problems.

The assertion is due to the glade XML for the main window specifying the
toolbar icon size using the GtkIconSize enum values as string constants,
not numeric constants.

That is the icon size is specified as e.g. GTK_ICON_SIZE_LARGE_TOOLBAR,
rather than the numeric value 3

I'm not sure if this is a libglade issue (I have libglade2-2.6.4-3 on a
fedora 12 x86_64 system) but the following patch fixes the warning for
me.

Note that this is just for the warning described in the title of the bug
report, I'm not sure that it will have a bearing on the segfault that
the original reporter experienced or the problem that Ian is having

** Patch added: "icon-size.patch"
   http://launchpadlibrarian.net/39492205/icon-size.patch

-- 
Openshot won't start : GTK_ICON_SIZE_INVALID
https://bugs.launchpad.net/bugs/519726
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: New

Bug description:
When i try to open openshot i have this problem :

Added /usr/share/openshot to system path
/usr/share/themes/Human/gtk-2.0/gtkrc:85: Murrine configuration option "gradients" is no longer supported and will be ignored.
--------------------------------
   OpenShot (version 1.0.0)
--------------------------------
/usr/share/openshot/windows/SimpleGladeApp.py:340: GtkWarning: gtk_toolbar_set_icon_size: assertion `icon_size != GTK_ICON_SIZE_INVALID' failed
  return gtk.glade.XML(self.glade_path, root, domain)
A new frmMain has been created
Segmentation fault






References