Bug 282925

Summary: not able to write Matadata to pictures
Product: [Applications] digikam Reporter: Martin Zahnd <martin>
Component: Albums-EngineAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: 2.1.0   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In: 2.2.0

Description Martin Zahnd 2011-09-27 18:43:56 UTC
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
Comment 1 caulier.gilles 2011-09-28 13:03:48 UTC
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
Comment 2 caulier.gilles 2011-09-28 13:05:03 UTC
Martin,

With my last commit, i fixed broken signal connection (see your trace from the console).

Gilles Caulier