2010/8/26 jb <jb at kdenlive.org>:
>
>> 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
Could we fix that in the code directly?
One possible segfault less ;)
Simon