Summary: | slideshow crash with nef files | ||
---|---|---|---|
Product: | [Applications] digikam | Reporter: | Marcus Popp <marcus.popp> |
Component: | Plugin-Generic-Presentation | Assignee: | Digikam Developers <digikam-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 7.6.0 | |
Sentry Crash Report: |
Description
Marcus Popp
2006-06-24 11:13:15 UTC
Sorry your example is perfectly working here. I used mandriva 2006 with gwenview and digikam, both didn't crash, although the had the same warning messages. Angelo The backtrace given is not suitable. You need to tun digiKam into gdb and give the backtrace of the crash. If there is no debug info, you need to recompile kipi and digiKam using --enable-debug=full option of .configure script. Gilles > If there is no debug info, you need to recompile kipi and digiKam using --enable-debug=full option of .configure script.
or install the -debug package
No answers since the report date. If it's still valid please reopen and add comments to it Test made, no problem for me. I agree with you, if someone will reopen the bug, I'll make more tests. Angelo, Valerio, Close this is right if NEF file don't close the plugin... But showing NEF files (and more genrealy all RAW file with SlideShow) is important. It's easy to do to extract JPEG/TIFF thumb file embedded in RAW file. All is ready to do it using the code from RAW converter engine. I just need to share this code in the future libkdcraw library. This task need to be add in TODO list. Gilles Marcus, digikam from trunk (next 0.9.1) have a native slideshow tool now. it use the Preview extraction feature from digiKam core. This is want mean than you can slide RAW file without problem, and it's very fast... Angelo, Valerio, i won't remplace the SlideShow kipi-plugin with this new Native tool in digiKam. There is no effect and it don't use OpenGL. It just slide the picture. That all. Note than Gwenview have also a native SlideShow tool... To prevent users confusion, i would to rename the kipi-plugin Slideshow menu action from "Slideshow" to "Advanced Slideshow" or something like that. What do you think about ? Gilles No problem Gilles, for me it's OK :) Valerio SVN commit 632341 by cgilles: kipi-plugins from trunk : SlideShow tool : fix menu entry from "SlideShow" to "Advanced SlideShow" CCBUGS: 129739 M +1 -1 plugin_slideshow.cpp --- trunk/extragear/libs/kipi-plugins/slideshow/plugin_slideshow.cpp #632340:632341 @@ -68,7 +68,7 @@ { KIPI::Plugin::setup( widget ); - m_actionSlideShow = new KAction (i18n("SlideShow..."), + m_actionSlideShow = new KAction (i18n("Advanced SlideShow..."), "slideshow", 0, this, |