← Back to team overview

openshot.developers team mailing list archive

[Bug 519726] Re: GTK_ICON_SIZE_INVALID warning on launch

 

Ian

gdb:

You need to run gdb with
$gdb /usr/bin/python
Then
(gdb) run /usr/bin/openshot

The error message you got from gdb means that you didn't give it an
executable. I admit that the error message could be clearer!

I'm not too sure that gdb will help too much at the moment though.

Hardware - Can't tell much from what you posted. Guessing slightly -
Prescott P4 with 1G of RAM in a machine 5 or six years old?

Nothing obviously wrong. Serious video editing might be a bit slow
though. Have you run memtest86 and looked at some smartctl output?

The X server log doesn't have anything obvious but that's likely to be
because it's either from your "current" copy of the xserver which hasn't
crashed because you're sitting in front of it or if it was from the
crashed copy but it didn't write anything useful before it died.

I'd still like you to run X from a console window. I'm going to suggest
doing that slightly differently to my earlier post as acceleration may
only work properly for the "first" copy of X. Can you do the following?

log in
su to root (or use sudo) to run the command "telinit 3"

Your X session will disappear (don't worry!) and you should be looking
at a console login prompt (might need to hit return once or twice).

Log in, then type

startx -- :0

You should now have a graphical desk top.

Run openshot - if it crashes the X server you should now be looking back
at the console prompt with the last few lines of output from the server
- post that plus the logfile.

Finally run the command "telinit 5" to get back to a graphical login.

-- 
GTK_ICON_SIZE_INVALID warning on launch
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: Fix Committed

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