[Kdenlive-devel] Head crashes

jb jb at kdenlive.org
Thu Aug 26 05:05:19 UTC 2010


> older. I think it was failed to load some resource or something. It
> was a problem in the MainWindow ctor. I think a recent one was on
> line:
>       clipInTimeline->setIcon(KIcon("go-jump"));
> I ended up doing a SVN snapshot using a local Portfile and that resolved
> it.
> 
> Matthew, are you running it from its built location and not installing
> or installing to an explicit prefix?

Ok, now I see a possible cause. KDE uses xml files to describe the application menus. In the case of Kdenlive, we have a file called kdenliveui.rc which congtains the ui description. If you run Kdenlive from svn and have an installed kdenliveui.rc file from an older version, you will have a crash because some menus or actions will not be found.

That file is usually installed in /usr/share/apps/kdenlive/, and a user customized version can also be created in $HOME/.kde/share/apps/kdenlive

regards
jb






More information about the Kdenlive mailing list