Version: 2.1.0 (using KDE 4.7.1) OS: Linux Since Version2 of Digikam, I'm not able to write Metadata to the pictures. When I select some pictures, go to Image/Write Metadata to images, nothing happens. Terminal sad: Object::connect: No such slot Digikam::DigikamView::finishProgress() digikam(7596)/digikam (core) Digikam::CollectionScanner::scanAlbum: Folder does not exist or is not readable: "/D/Fotos/2011/2011_0813/2011_0813001.jpg7596" digikam(7596)/digikam (core) Digikam::CollectionScanner::scanAlbum: Folder does not exist or is not readable: "/D/Fotos/2011/2011_0813/2011_0813001.jpg". When I go back to Digikam 1.9, everything works. Read/write permissions on Folder /D/Fotos are right. Reproducible: Always Steps to Reproduce: select some pictures, go to Image/Write Metadata to images, nothing happens Expected Results: open a window to write the Metadate to the images OS: Linux (x86_64) release 2.6.37.6-0.7-desktop Compiler: gcc
Git commit 4cd45ed3b45ff9236c2233296326c1be70d91311 by Gilles Caulier. Committed on 28/09/2011 at 15:02. Pushed by cgilles into branch 'master'. fix broken signal connection CCBUGS: 282925 M +1 -1 digikam/views/digikamview.cpp http://commits.kde.org/digikam/4cd45ed3b45ff9236c2233296326c1be70d91311
Martin, With my last commit, i fixed broken signal connection (see your trace from the console). Gilles Caulier