← Back to team overview

openshot.developers team mailing list archive

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

 

I concur with Andy Finch's comment.  You seem to have a file missing
which is needed for configuration to run the program, look at the last
line of the output to catch a hint:

 File "/usr/lib/python2.6/xml/dom/expatbuilder.py", line 211, in parseFile
    parser.Parse("", True)
xml.parsers.expat.ExpatError: no element found: line 1, column 0

Here it is very clear that Python is trying to build a "dom" object out
of an XML file.  The very last line tells you:  no element found.  And
obviously if column 0 and line 1 (the very first character of the file)
doesn't exist, thus there is no file where there should be a file.

Replace any files you deleted, download a full package of this
application to find the missing files, and/or reinstall.

-- 
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