FS#6369 - showfoto (Digikam pakage) crashes when selecting a filter
Attached to Project:
Arch Linux
Opened by Giorgio Daino (fledge) - Wednesday, 07 February 2007, 21:58 GMT
Opened by Giorgio Daino (fledge) - Wednesday, 07 February 2007, 21:58 GMT
|
Details
Showfoto from Digicam package crashes when selecting a
filter. This is a known bug in KDE (see bug 140176 in KDE
bug tracking system) and it shows up when digikam is
compiled with --enable-gcc-hidden-visibility as it's the
case for arch package.
Unfortunately this bug make the great showfoto plugin system pretty useless in arch. Please note that the fix proposed in the bug tracking system works for the arch package, and should be already in the digikam's svn (and there's a svn package in aur). For the current version, the digikam PKGBUILD can also be modified to apply a patch like this: --- digikam/utilities/imageeditor/canvas/dimginterface.h 2006-12-17 11:13:08.000000000 +0100 @@ -44,7 +44,7 @@ class LoadingDescription; class DImgInterfacePrivate; -class DImgInterface : public QObject +class DIGIKAM_EXPORT DImgInterface : public QObject { Q_OBJECT Best regards, Giorgio |
This task depends upon